Roundup Tracker - Issues

Message2650

Author richard
Recipients
Date 2003-09-04.23:40:41
Message-id
In-reply-to
Logged In: YES 
user_id=6405

Changed patch to 
 
module = imp.load_module(name, open(path), os.path.abspath(path), 
   ('.py', 'r', imp.PY_SOURCE)) 
 
Thanks for finding the source of those damn pyc files though! 
 
History
Date User Action Args
2009-02-03 14:22:53adminlinkissue800718 messages
2009-02-03 14:22:53admincreate