Harlin Seritt wrote:
> from utilities import *
> from extractor import *
> import time
...
>               data = os.popen(line).readlines()
>               time = data[-1].split()[-1][:-2]
This seems an unfortunate choice of names.
>       except:
>               ...

--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to