Commit 5dacb50d authored by 's avatar

merged removal of extra name import

parent 6b082b46
...@@ -85,10 +85,10 @@ ...@@ -85,10 +85,10 @@
"""Commonly used utility functions.""" """Commonly used utility functions."""
__version__='$Revision: 1.4 $'[11:-2] __version__='$Revision: 1.5 $'[11:-2]
import sys, os, time import sys, os, time
from string import split, rfind from string import rfind
def rfc1123_date(ts=None, format='%a, %d %b %Y %H:%M:%S GMT'): def rfc1123_date(ts=None, format='%a, %d %b %Y %H:%M:%S GMT'):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment