File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
test_python_toolbox/test_import_tools/test_exists Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.0.2 '
48+ version = '1.0.3 '
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0.2 '
50+ release = '1.0.3 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change 1515import python_toolbox .monkeypatch_copyreg
1616import python_toolbox .monkeypatch_envelopes
1717
18- __version__ = '1.0.2 '
18+ __version__ = '1.0.3 '
1919__version_info__ = python_toolbox .version_info .VersionInfo (
2020 * (map (int , __version__ .split ('.' )))
2121)
Original file line number Diff line number Diff line change 1010import tempfile
1111import shutil
1212
13- import pkg_resources
1413import nose .tools
1514
1615from python_toolbox import sys_tools
1918from python_toolbox import temp_file_tools
2019from python_toolbox .import_tools import exists
2120
22- from . import resources as __resources_package
23- resources_package = __resources_package .__name__
24-
2521
2622zip_string = (
2723 b'PK\x03 \x04 \x14 \x00 \x00 \x00 \x08 \x00 \xd0 cI>c\xad \x8e 3U\x00 \x00 \x00 b\x00 '
You can’t perform that action at this time.
0 commit comments