Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrako <drako@drako-desktop.(none)>2010-09-03 17:48:52 (GMT)
committer drako <drako@drako-desktop.(none)>2010-09-03 17:48:52 (GMT)
commit6be2367e9c3e00659d6e24ce8e4b70e1ea9e55d6 (patch)
treeef1b22ffe9650353e74db95276bd4fb1cbdd9d67
parent1012fe577a2a7ae288b758f397c3f06ca3f27fe3 (diff)
the class runEsquiador has been elminated
-rwxr-xr-xabout.py3
-rwxr-xr-xhelp.py3
2 files changed, 2 insertions, 4 deletions
diff --git a/about.py b/about.py
index 4040945..019beee 100755
--- a/about.py
+++ b/about.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
-import pygame, runEsquiador
+import pygame
import txtlib
from pygame.locals import *
-from runEsquiador import *
from constants import *
def mainAbout():
diff --git a/help.py b/help.py
index ad31a99..eedb627 100755
--- a/help.py
+++ b/help.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
-import pygame, runEsquiador
+import pygame
import txtlib
from pygame.locals import *
-from runEsquiador import *
from constants import *
def mainHelp():