aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/DepGen.py
diff options
context:
space:
mode:
Diffstat (limited to 'win32/DepGen.py')
-rw-r--r--win32/DepGen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/DepGen.py b/win32/DepGen.py
index c43d2f66c..3abf68936 100644
--- a/win32/DepGen.py
+++ b/win32/DepGen.py
@@ -6,9 +6,9 @@
import sys
-sys.path.append("../")
+sys.path.append("..")
-import scripts.Dependencies as Dependencies
+from scripts import Dependencies
topComment = "# Created by DepGen.py. To recreate, run 'python DepGen.py'.\n"