Renamed 'project' folder to 'core'

This commit is contained in:
Veronica K. B. Olsen
2020-05-08 20:58:34 +02:00
parent 5cc036e125
commit 386020bcf8
13 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ from nwtools import *
from nwdummy import DummyMain
from nw.config import Config
from nw.project.project import NWProject
from nw.project.index import NWIndex
from nw.core.project import NWProject
from nw.core.index import NWIndex
from nw.constants import nwItemClass
theConf = Config()