[pygoocanvas] arg-types.py: fix "ImportError: No module named argtypes" when building



commit c7a8f120be4b8467e9bfe14033b41840f7640cfe
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Fri Oct 29 17:03:30 2010 +0200

    arg-types.py: fix "ImportError: No module named argtypes" when building

 arg-types.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/arg-types.py b/arg-types.py
index 8ec5cdf..84f0efa 100644
--- a/arg-types.py
+++ b/arg-types.py
@@ -1,5 +1,5 @@
-from argtypes import ArgType, matcher
-import reversewrapper
+from codegen.argtypes import ArgType, matcher
+from codegen import reversewrapper
 
 class CairoMatrixArg(ArgType):
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]