Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-iso8583
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7b856c33
authored
Oct 31, 2021
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Penggunaan pkgutil
1 parent
73562ebe
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
1 deletions
.gitignore
CHANGES.txt
opensipkd/__init__.py
opensipkd/iso8583/__init__.py
opensipkd/iso8583/scripts/read_raw.py
.gitignore
View file @
7b856c3
...
...
@@ -2,3 +2,4 @@ dist
build
*egg-info
test-*
__pycache__
CHANGES.txt
View file @
7b856c3
0.2 2021-10-29
--------------
- Penggunaan pkgutil agar fleksibel saat pip install -e
0.1.8 2020-10-02
----------------
- Penyederhanaan rumus StanGenerator
...
...
opensipkd/__init__.py
View file @
7b856c3
__path__
=
__import__
(
'pkgutil'
)
.
extend_path
(
__path__
,
__name__
)
opensipkd/iso8583/__init__.py
View file @
7b856c3
__path__
=
__import__
(
'pkgutil'
)
.
extend_path
(
__path__
,
__name__
)
opensipkd/iso8583/scripts/read_raw.py
View file @
7b856c3
...
...
@@ -24,7 +24,7 @@ def get_option(argv):
def
main
(
argv
=
sys
.
argv
[
1
:]):
option
=
get_option
(
argv
)
conf_file
=
option
.
conf
conf_file
=
option
.
conf
conf
=
ConfigParser
()
conf
.
read
(
conf_file
)
if
not
option
.
raw
:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment