kopia lustrzana https://github.com/evil-mad/EggBot
Initial checkin
git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@97 72233254-1b6c-9e9c-5072-401df62706fbpull/47/head
rodzic
6844cee420
commit
b2f890cc7e
|
|
@ -0,0 +1,10 @@
|
|||
import sys
|
||||
|
||||
platform = sys.platform.lower()
|
||||
|
||||
if platform == 'win32':
|
||||
from eggbot_scanwin32 import *
|
||||
elif platform == 'darwin':
|
||||
from eggbot_scanosx import *
|
||||
else:
|
||||
from eggbot_scanposix import *
|
||||
Ładowanie…
Reference in New Issue