summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-02-21 08:42:44 +0100
committerHelmut Grohne <helmut@subdivi.de>2013-02-21 08:42:44 +0100
commit060979cd835d4e221d54b38ce57790befc056007 (patch)
treecac067b5f2ceb838d88f94439b364aa0e683fc98
parenta77d801a38f80e30f9f9c16d94fdcd2efc16a9a8 (diff)
downloaddebian-dedup-060979cd835d4e221d54b38ce57790befc056007.tar.gz
rename test.py to importpkg.py
-rwxr-xr-xautoimport.py2
-rwxr-xr-ximportpkg.py (renamed from test.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/autoimport.py b/autoimport.py
index ab3e45c..ec64761 100755
--- a/autoimport.py
+++ b/autoimport.py
@@ -27,7 +27,7 @@ def main():
pkgurl = "%s/%s" % (urlbase, pkg["Filename"])
print("importing %s" % name)
dl = subprocess.Popen(["curl", "-s", pkgurl], stdout=subprocess.PIPE)
- imp = subprocess.Popen("./test.py", stdin=dl.stdout)
+ imp = subprocess.Popen("./importpkg.py", stdin=dl.stdout)
if dl.wait():
print("curl failed")
if imp.wait():
diff --git a/test.py b/importpkg.py
index a45720a..a45720a 100755
--- a/test.py
+++ b/importpkg.py