Skip to content

Commit

Permalink
Merge pull request #2 from hardcoretech/refactor/rename-modules
Browse files Browse the repository at this point in the history
Refactor/rename modules
  • Loading branch information
CJHwong authored Feb 10, 2023
2 parents 5c690b8 + e5c789c commit 563a1a5
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class StSegment(BaseSegment):
```
* Render the segment from its grammar.
```python
from pyx12lib.common.interchange.grammar import StSegment
from pyx12lib.common.envelope.grammar import StSegment
from pyx12lib.core.renderer import SegmentRenderer


Expand All @@ -49,7 +49,7 @@ class StRenderer(SegmentRenderer):
```
* Advanced definition for element value getters
```python
from pyx12lib.common.interchange.grammar import StSegment
from pyx12lib.common.envelope.grammar import StSegment
from pyx12lib.core.renderer import SegmentRenderer


Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
python-dateutil>=2.6.1
six>=1.11.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
package_dir={"pyx12lib": "pyx12lib"},
packages=setuptools.find_packages(),
install_requires=[
"python-dateutil",
"six",
],
python_requires=">=3.6",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 563a1a5

Please sign in to comment.