Revision 2567ca37 py/scenic/saving.py
| b/py/scenic/saving.py | ||
|---|---|---|
| 39 | 39 |
sys.modules.pop('json') # get rid of the bad json module
|
| 40 | 40 |
import simplejson as json |
| 41 | 41 |
|
| 42 |
log = logger.start(name="saving", level="info")
|
|
| 42 |
log = logger.start(name="saving") |
|
| 43 | 43 |
|
| 44 | 44 |
def _create_directory_if_it_does_not_exist(dir_path): |
| 45 | 45 |
try: |
Also available in: Unified diff