Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2009-01-23 13:33:47 (GMT)
committer Tim Ansell <mithro@mithis.com>2009-01-23 13:33:47 (GMT)
commitda5a924f143ed140f2f5f972c02153c4e50ce047 (patch)
tree141d52061fadb5cf41ea772c0e380cb65b64bf43
parent894e5e43eaf957d47be73ee2823eb5f3fe4a6df2 (diff)
Look in the local directory first.
-rw-r--r--ovpc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ovpc.py b/ovpc.py
index c4f2ca5..71c2d07 100644
--- a/ovpc.py
+++ b/ovpc.py
@@ -1,6 +1,10 @@
#!/usr/bin/env python
+import sys
+sys.path.insert(0, '.')
+
import pyglet
+
from pyglet.window import key
from random import randrange, random
import math