Great Migration: spline.plugins => splinext
[zzz-spline-gts.git] / 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 (file)
@@ -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__)