Already scoped properly.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sat, 16 Oct 2010 23:10:05 +0000 (19:10 -0400)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Sat, 16 Oct 2010 23:10:05 +0000 (19:10 -0400)
PLC/Auth.py

index 0ef2942..dde0280 100644 (file)
@@ -350,5 +350,4 @@ for extension in extensions:
     if not extension.endswith(".py"):
         continue
     execfile("%s/%s" % (path, extension))
-del extension
 del extensions