From 18638d60ddf4d800faad58b8ca2ec3aa81b4290a Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Fri, 20 Sep 2019 08:04:07 +0100 Subject: [PATCH] move github to my.coding --- my/coding/__init__.py | 0 my/{ => coding}/github/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 my/coding/__init__.py rename my/{ => coding}/github/__init__.py (99%) 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():