Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add morg_util to list of exports. |
|---|---|
| Timelines: | family | ancestors | descendants | both | dev |
| Files: | files | file ages | folders |
| SHA1: |
94e7e3c11520692b53ac6b4c09a3879a |
| User & Date: | mvnathan 2014-09-20 23:42:20.953 |
Context
|
2014-09-20
| ||
| 23:43 | Merged last-minute change from dev to rel. check-in: 556d092628 user: mvnathan tags: rel | |
| 23:42 | Add morg_util to list of exports. Leaf check-in: 94e7e3c115 user: mvnathan tags: dev | |
| 23:27 | Looks like we're ready to release version 0.2.0... check-in: 24981c6c57 user: mvnathan tags: dev | |
Changes
Changes to py/morglib/__init__.py.
| ︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
#------------------------------- EXPORTS --------------------------------
__all__ = ['args',
'command',
'database',
'log',
'morg_error',
'properties',]
#------------------------- COMMAND INTERPRETER --------------------------
# Helper to check if a given module belongs to morglib or not
class is_morglib_module:
def __init__(self, morglib_module_name):
| > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 |
#------------------------------- EXPORTS --------------------------------
__all__ = ['args',
'command',
'database',
'log',
'morg_error',
'morg_util' ,
'properties',]
#------------------------- COMMAND INTERPRETER --------------------------
# Helper to check if a given module belongs to morglib or not
class is_morglib_module:
def __init__(self, morglib_module_name):
|
| ︙ | ︙ |