beremiz

enable use of wxWidgets-3.0

2016-04-18, Andrey Skvortsov
004f9c52f7d8
enable use of wxWidgets-3.0
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")