Skip to content

Commit

Permalink
files and text modules reorganized and expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
thePortus committed Mar 10, 2018
1 parent 33a5975 commit cf758c3
Show file tree
Hide file tree
Showing 28 changed files with 1,357 additions and 1,330 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# General or Current TODO Items

* Revise and add to README.md, provide function-level documentation
* Add with/as context manager to TextFile, TextFolder, and CSVFile

# TODO Items by Module

Expand Down
8 changes: 2 additions & 6 deletions dhelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
manipulations, and even text analysis.
"""

from .files import CSVFile
from .files import TextFile
from .files import TextFolder
from .files import TextFile, TextFolder, CSVFile
from .web import WebPage
from .text import EnglishText
from .text import LatinText
from .text import AncientGreekText
from .text import EnglishText, LatinText, AncientGreekText
Loading

0 comments on commit cf758c3

Please sign in to comment.