summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2011-11-25 12:54:13 +0100
committer?ric Araujo <merwok@netwok.org>2011-11-25 12:54:13 +0100
commitaffb56a49421fcae1ab837b9e5b4b095cff2a834 (patch)
treeb769fee0d1bd961146045f544f2831a6c428203d
parent0d229fdc696a1eff38737fc0036e0d5d8b8447af (diff)
downloaddisutils2-affb56a49421fcae1ab837b9e5b4b095cff2a834.tar.gz
Remove duplicate script
-rwxr-xr-xpysetup5
-rw-r--r--scripts/pysetup4
2 files changed, 2 insertions, 7 deletions
diff --git a/pysetup b/pysetup
index 997ab19..417efcd 100755
--- a/pysetup
+++ b/pysetup
@@ -1,5 +1,4 @@
#!/usr/bin/env python
+import sys
from distutils2.run import main
-
-if __name__ == "__main__":
- main()
+sys.exit(main())
diff --git a/scripts/pysetup b/scripts/pysetup
deleted file mode 100644
index 7c3fe87..0000000
--- a/scripts/pysetup
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /usr/bin/env python
-import sys
-from distutils2.run import main
-sys.exit(main())