__version__ = '0.2'
__all__ = ['Core', 'Design', 'Run', 'StringTypes']
import os
def InstallInWebKit(appServer):
app = appServer.application()
mkPathVia__file__ = os.path.join(os.getcwd(), os.path.dirname(__file__))
mkPathVia__file__==mkPathViaApp, '\nmkPathVia__file__=%r\nmkPathViaApp=%r\n' % (
path = os.path.join(mkPathVia__file__, 'WebBrowser')
if os.path.exists(path):
app.addContext('MKBrowser', path)
else:
print 'WARNING: Cannot locate %s.' % path
try:
from types import StringTypes
except ImportError:
from types import StringType as StringTypes