X-Git-Url: http://git.veekun.com/zzz-spline-gts.git/blobdiff_plain/b857c1e49fbc463e8c25c85fc0ec443d7c7d653f:/spline/plugins/gts/controllers/gts.py..04080d76b1d682b28f89e5d9403759a3782fb8f3:/splinext/gts/controllers/gts.py diff --git a/spline/plugins/gts/controllers/gts.py b/splinext/gts/controllers/gts.py similarity index 99% rename from spline/plugins/gts/controllers/gts.py rename to splinext/gts/controllers/gts.py index 98526a8..a9262f0 100644 --- a/spline/plugins/gts/controllers/gts.py +++ b/splinext/gts/controllers/gts.py @@ -25,7 +25,7 @@ from spline.model import meta from spline.lib.base import BaseController, render from spline.lib import helpers as h -from spline.plugins.gts.model import GTSPokemon +from splinext.gts.model import GTSPokemon log = logging.getLogger(__name__)