From 1a434702375081573b3b941e3e0fb24d2bc2ae0c Mon Sep 17 00:00:00 2001 From: Renan Rodrigo Date: Tue, 4 Jul 2017 14:36:11 -0300 Subject: [PATCH] Fix SKEL file to match changes in Kytos Import `KytosNApp` and `log` from correct place --- etc/skel/kytos/napp-structure/username/napp/main.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/skel/kytos/napp-structure/username/napp/main.py.template b/etc/skel/kytos/napp-structure/username/napp/main.py.template index a46bb8c..eb60c95 100644 --- a/etc/skel/kytos/napp-structure/username/napp/main.py.template +++ b/etc/skel/kytos/napp-structure/username/napp/main.py.template @@ -3,7 +3,7 @@ {{ description }} """ -from kytos.core.napps import KytosNApp +from kytos.core import KytosNApp, log from napps.{{username}}.{{napp}} import settings