1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-10 19:35:10 -05:00

Fix exporting

This commit is contained in:
Merlijn Wajer 2010-06-28 00:20:35 +02:00
parent b69097789f
commit 66d07009ef
2 changed files with 34 additions and 30 deletions

View File

@ -193,6 +193,8 @@ exports
{ Finder }
findColor,
findColors,
findColorTolerance,
findColorsTolerance,
{ Mem Management }
fpc_freemem_,

View File

@ -26,6 +26,8 @@ class MMLCore(object):
def __del__(self):
del self.dll
if __name__ == '__main__':
DLL = MMLCore('../libmml.so')
c = Color(DLL)