Replace all relative imports with absolute ones

This commit is contained in:
Tomáš Heger
2020-05-05 23:00:17 +02:00
parent 7019199020
commit 5a9bb96dd9
66 changed files with 3101 additions and 3094 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
from .features import Feature, FeatureSelector
from .. import spells
from dungeonsheets import spells
from dungeonsheets.features.features import Feature, FeatureSelector
# PHB
@@ -695,4 +695,3 @@ class FungalBody(Feature):
name = "Fungal Body"
source = "Druid (Circle of Spores)"