Skip to content

Commit 2732538

Browse files
author
Ralf Schlatterbeck
committed
- remove obsolete "import sys".
1 parent f479c92 commit 2732538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/cgi/actions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#$Id: actions.py,v 1.68 2007-05-08 20:54:56 schlatterbeck Exp $
1+
#$Id: actions.py,v 1.69 2007-05-09 06:18:52 schlatterbeck Exp $
22

33
import re, cgi, StringIO, urllib, Cookie, time, random, csv, codecs
4-
import sys
54

65
from roundup import hyperdb, token, date, password
76
from roundup.i18n import _

0 commit comments

Comments
 (0)