beremiz

Fixed conflicting icon names on Windows

2013-03-13, Laurent Bessard
1a68113a323d
Fixed conflicting icon names on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")