Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-03-27 18:32:50 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-03-27 18:32:50 (GMT)
commitb5328fa659b1029a27125ee8179e6c3ed6c8019b (patch)
treed074ef2dbf474527285a18ae3a7cce3e19b510df
parentb6e6b9851eabb4b2d02edbe17badffe155865c46 (diff)
add comment for testHEADmaster
-rwxr-xr-xsrc/states/Area1Game3.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/states/Area1Game3.py b/src/states/Area1Game3.py
index be4daa0..7d6ff64 100755
--- a/src/states/Area1Game3.py
+++ b/src/states/Area1Game3.py
@@ -20,6 +20,7 @@ from api.Label import CLabel
from gettext import gettext as _
+# insert path to import area1game3_data
import sys
sys.path.insert(0, 'assets/data')
@@ -167,4 +168,4 @@ class CArea1Game3(CGameState):
self.mButtonTrue = None
self.mButtonFalse = None
self.mButtonBack = None
- \ No newline at end of file
+