cdxcore 0.1.5__py3-none-any.whl → 0.1.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cdxcore might be problematic. Click here for more details.

cdxcore/__init__.py CHANGED
@@ -4,12 +4,4 @@ Created on June 2022
4
4
  @author: hansb
5
5
  """
6
6
 
7
- __version__ = "0.1.5" # auto-updated by setup.py
8
-
9
- """
10
- from .prettydict import pdct
11
- from .subdir import SubDir
12
- from .version import version
13
- from .verbose import Context
14
- from .config import Config
15
- """
7
+ __version__ = "0.1.9" # auto-updated by setup.py