Commit 7b856c33 by Owo Sugiana

Penggunaan pkgutil

1 parent 73562ebe
......@@ -2,3 +2,4 @@ dist
build
*egg-info
test-*
__pycache__
0.2 2021-10-29
--------------
- Penggunaan pkgutil agar fleksibel saat pip install -e
0.1.8 2020-10-02
----------------
- Penyederhanaan rumus StanGenerator
......
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
......@@ -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:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!