diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:50:52 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-02-28 18:50:52 +0000 |
| commit | 08b7980611d47aa90dc50a18bc02976e670ab720 (patch) | |
| tree | 4f341ceeba839dbb2cabe960a1abc508d6d8c6b5 /golemflavor/misc.py | |
| parent | 402f8b53dd892b8fd44ae5ad45eac91b5f6b3750 (diff) | |
| download | GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.tar.gz GolemFlavor-08b7980611d47aa90dc50a18bc02976e670ab720.zip | |
rename utils to golemflavor everywhere
Diffstat (limited to 'golemflavor/misc.py')
| -rw-r--r-- | golemflavor/misc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/golemflavor/misc.py b/golemflavor/misc.py index 630aaf6..8899323 100644 --- a/golemflavor/misc.py +++ b/golemflavor/misc.py @@ -19,8 +19,8 @@ from operator import attrgetter import numpy as np -from utils.enums import str_enum -from utils.enums import DataType, Likelihood, Texture +from golemflavor.enums import str_enum +from golemflavor.enums import DataType, Likelihood, Texture class SortingHelpFormatter(argparse.HelpFormatter): |
