diff pytouhou/vm/__init__.py @ 590:e15672733c93

Switch to Python 3.x instead of 2.7.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 30 Sep 2014 17:14:24 +0200
parents e35bef07290d
children d471b07ce4fd
line wrap: on
line diff
--- a/pytouhou/vm/__init__.py
+++ b/pytouhou/vm/__init__.py
@@ -1,3 +1,3 @@
-from anmrunner import ANMRunner
-from msgrunner import MSGRunner
-from eclrunner import ECLMainRunner
+from .anmrunner import ANMRunner
+from .msgrunner import MSGRunner
+from .eclrunner import ECLMainRunner