beremiz

Fixed undo/redo with xmlclass refactoring

2013-09-03, Laurent Bessard
6be6c1e0e4d0
Fixed undo/redo with xmlclass refactoring
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")