year, month = self.IncMonth(year, month)
y = y + 3.5
- x = x + 4.0 # next colum
+ x = x + 4.0 # next column
DC.EndDrawing()
#---------------------------------------------------------------------------
-def main():
- app = MyApp(0)
- app.MainLoop()
-
-
-if __name__ == '__main__':
- main()
-
-
-#---------------------------------------------------------------------------
-
def runTest(frame, nb, log):
win = TestPanel(nb, log, frame)
return win
by Lorne White
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+