diff --git a/my/coding/__init__.py b/my/coding/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/my/github/__init__.py b/my/coding/github/__init__.py similarity index 99% rename from my/github/__init__.py rename to my/coding/github/__init__.py index 9f11177..320866f 100644 --- a/my/github/__init__.py +++ b/my/coding/github/__init__.py @@ -1,6 +1,6 @@ from functools import lru_cache -from .. import paths +from ... import paths @lru_cache() def ghexport():