From 67b53c1cb06988394c35a6e965c99b72b67fe1be Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 22 Jul 2007 09:54:05 +0000 Subject: cleanup some imports --- lib/actions/parseactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/actions') diff --git a/lib/actions/parseactions.py b/lib/actions/parseactions.py index d0c1aec3..4ab71af7 100644 --- a/lib/actions/parseactions.py +++ b/lib/actions/parseactions.py @@ -1,6 +1,6 @@ # takes a header file, outputs action ids -import token, tokenize, os, sys, string +import tokenize, sys, string def filter(g): while 1: -- cgit v1.2.3