Small fixes in doc + missing app_gui.stop on error

This commit is contained in:
2016-01-03 11:27:40 +05:30
parent c446797d83
commit 1e8203a92d
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -43,6 +43,9 @@ def reload_2_3(module_name):
reload that works in all versions of Python.
Uses builtin reload in py2, imp.reload for <=py3.3,
importlib.reload for >=3.4
The module six has similar functionalities,
but would be too huge a dependency for this simple case.
'''
from sys import version_info