beremiz

Fix bug in atty function of LogPseudoFile

2013-06-26, Laurent Bessard
e8e153a7c3bf
Fix bug in atty function of LogPseudoFile
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")