Changeset 479

Show
Ignore:
Timestamp:
Wed Jul 23 13:33:44 2008
Author:
htgoebel
Message:

Removed unnecessary debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/mf.py

    r475 r479  
    147 147     class ZipOwner(Owner):  
    148 148         def __init__(self, path):  
    149               print 'ZipOwner', path  
    150 149             self.__zip = zipimport.zipimporter(path)  
    151 150             Owner.__init__(self, path)