Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateu Batle <mbatle@skynet.site>2010-09-06 18:09:31 (GMT)
committer Mateu Batle <mbatle@skynet.site>2010-09-06 18:09:31 (GMT)
commit3ae3153e4ee09aa18c25371f5c67b7239c9bb5a7 (patch)
treee039d8a6b4f6b17f839081fed3bec73c4ef57e7f
parent53dae1b75a7522f86e806d9311b33e2b2846a2a5 (diff)
Fixed import loop problem
-rwxr-xr-xhighScores.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/highScores.py b/highScores.py
index 5a508ae..da54d84 100755
--- a/highScores.py
+++ b/highScores.py
@@ -1,10 +1,9 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*-
import os,sys
-import pygame, runEsquiadorFunc
+import pygame
import txtlib
from pygame.locals import *
-from runEsquiador import *
from constants import *
class HighScore():