Lines 1-7
Link Here
|
1 |
--- /dev/null 2008-06-11 11:33:00.000000000 +0400 |
1 |
--- /dev/null 2008-06-11 11:33:00.000000000 +0400 |
2 |
+++ setup.py 2008-06-11 11:38:41.000000000 +0400 |
2 |
+++ setup.py 2008-06-11 11:38:41.000000000 +0400 |
3 |
@@ -0,0 +1,21 @@ |
3 |
@@ -0,0 +1,21 @@ |
4 |
+#!/usr/bin/env python |
4 |
+#!/usr/local/bin/python2.7 |
5 |
+ |
5 |
+ |
6 |
+"""Setup script for the dynagen module distribution.""" |
6 |
+"""Setup script for the dynagen module distribution.""" |
7 |
+# run this like python setup --root=/usr/local |
7 |
+# run this like python setup --root=/usr/local |