Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2011-01-06 06:05:07 (GMT)
committer Joel Stanley <joel@jms.id.au>2011-01-06 08:10:23 (GMT)
commita25ea7e9f1d9f5b486ad6575217eaba243327386 (patch)
tree0b30be87e8bca16f566c9009069b0962b2e3e09f
parentdd305c10c1fab05b0eff4a16fb39402950082b5b (diff)
Do not use the current directory as a source of code since it is untrusted.
-rw-r--r--ovpc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ovpc.py b/ovpc.py
index 1542021..58b11de 100644
--- a/ovpc.py
+++ b/ovpc.py
@@ -17,9 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import sys
-sys.path.insert(0, '.')
-
import pyglet
from pyglet.window import key