Fix syntax errors in python files.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 23:51:07 +0000 (19:51 -0400)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 27 May 2011 23:51:07 +0000 (19:51 -0400)
statistics/iterate_days.py
web/MonitorWeb/monitorweb/controllers_local.py

index 13e16bd..659a85f 100755 (executable)
@@ -6,7 +6,7 @@ import sys
 
 start = datetime.datetime(int(sys.argv[1]),int(sys.argv[2]), int(sys.argv[3]))
 #end = datetime.datetime(2010,06,10)
-end = datetime.datetime(2004,08,31)
+end = datetime.datetime(2011,8,31)
 
 while start < end:
        file = "dump_comon_%s.bz2" % ( start.strftime("%Y%m%d") )
index 09ad5e9..bda15d5 100644 (file)
@@ -9,6 +9,6 @@ import os, errno
 
 class LocalExtensions(object):
 
-       @cherrypy.expose()
-       def example(self, **keywords):
+    @cherrypy.expose()
+    def example(self, **keywords):
         pass