Explorar el Código

fix import bug

fanch hace 1 año
padre
commit
698556395d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pytemplate/template.py

+ 1 - 1
src/pytemplate/template.py

@@ -3,7 +3,7 @@ import shutil
 from collections import OrderedDict
 from pathlib import Path
 
-from src.pytemplate.resources import get_resources_path
+from pytemplate.resources import get_resources_path