diff options
| author | mikeos <mike.osipov@gmail.com> | 2013-09-30 04:36:57 +0400 |
|---|---|---|
| committer | mikeos <mike.osipov@gmail.com> | 2013-09-30 04:36:57 +0400 |
| commit | 0ae5a430e4f92ee7bf9e458cf584a0a12fd5c25a (patch) | |
| tree | da2f685caf97a8c51991360b97b852466f7ca765 /config.py | |
| parent | 5fb3e2f167ba4a742dc84ed58ddd68c8374a1195 (diff) | |
refactoring
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -from utils import is_python_v2, to_unicode +from coding import is_python_v2, to_unicode import os try: |
