summaryrefslogtreecommitdiff
path: root/src/zope/tal/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/timer.py')
-rw-r--r--src/zope/tal/timer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/tal/timer.py b/src/zope/tal/timer.py
index 6c70f70..e4fad56 100644
--- a/src/zope/tal/timer.py
+++ b/src/zope/tal/timer.py
@@ -20,7 +20,7 @@ import time
from cStringIO import StringIO
-from zope.tal.driver import FILE, compilefile, interpretit
+from zope.tal.driver import compilefile, interpretit
def main():
@@ -34,7 +34,7 @@ def main():
if o == "-n":
count = int(a)
if not args:
- args = [FILE]
+ raise ValueError("No args")
for file in args:
print(file)
dummyfile = StringIO()