Turn into a package.

pull/35/head
David Wilson 8 years ago
parent 89e282734c
commit cd9b93dd17

@ -0,0 +1 @@
from econtext.core import *

@ -898,4 +898,4 @@ def ExternalContextMain(context_name, parent_addr, key):
stream.Enqueue(reply_to, (False, (e, traceback.extract_stack())))
broker.Finalize()
LOG.error('ExternalContextMain exitting')
LOG.debug('ExternalContextMain exitting')

@ -11,6 +11,6 @@ setup(
author = 'David Wilson',
license = 'OpenLDAP BSD',
url = 'http://github.com/dw/econtext/',
modules = ['econtext'],
py_packages = ['econtext'],
zip_safe = False
)

Loading…
Cancel
Save