Skip to content

Commit

Permalink
Fix _ (xmlx) import bug
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
nuuuwan committed Nov 1, 2023
1 parent 63b9a52 commit 3f5307b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This library is a aggregation of the following libraries

## Version History

### 2.0.4
* Fixed [#5](https://github.com/nuuuwan/utils/issues/5)

### 2.0.3 (CURRENT)
* Fixed missing mr, hashx, xmlx BUG

Expand Down
2 changes: 1 addition & 1 deletion src/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TIME_FORMAT_TIME_ID, TIMEZONE_OFFSET, Color, CSVFile,
Dict, Directory, File, FiledVariable, JSONFile, List,
Log, PDFFile, String, Table, TableRow, Time, TimeDelta,
TimeFormat, TimeUnit, TSVFile, XSVFile, Zip, _log,
TimeFormat, TimeUnit, TSVFile, XSVFile, Zip, _, _log,
get_date_id, get_time_id, hashx, mr, xmlx)
from utils_git import Git
from utils_twitter import Tweet, Twitter
Expand Down

0 comments on commit 3f5307b

Please sign in to comment.