From a25ea7e9f1d9f5b486ad6575217eaba243327386 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 06 Jan 2011 06:05:07 +0000 Subject: Do not use the current directory as a source of code since it is untrusted. --- 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 . # -import sys -sys.path.insert(0, '.') - import pyglet from pyglet.window import key -- cgit v0.9.1