diff problem.py @ 85:741ae3391b61

Moved clock/time detection into platform-specific modules and testcases
author Oleg Oshmyan <chortos@inbox.lv>
date Thu, 24 Feb 2011 23:59:48 +0000
parents 37c4ad87583c
children cd347cfca272
line wrap: on
line diff
--- a/problem.py	Thu Feb 24 00:29:32 2011 +0000
+++ b/problem.py	Thu Feb 24 23:59:48 2011 +0000
@@ -10,7 +10,7 @@
 	import __main__
 	__main__.import_error(sys.exc_info()[1])
 else:
-	from __main__ import clock, options
+	from __main__ import options
 
 import os, re, sys