Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game2/__init__.py
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-10-27 17:40:28 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-10-27 17:40:28 (GMT)
commit0018a9e211ebbe74d371339a70edc0d36c4fc99f (patch)
treeddfd93d0713c615ed70dbf869747b55b94791af8 /game2/__init__.py
Initial import of game1 and game2 in math quwy
Diffstat (limited to 'game2/__init__.py')
-rwxr-xr-xgame2/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/game2/__init__.py b/game2/__init__.py
new file mode 100755
index 0000000..a8e50a3
--- /dev/null
+++ b/game2/__init__.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+#from classes import *
+#from constants import *
+from game2 import *
+#from methods import *
+#from runCuy import *