Removing unused imports

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-15 12:50:29 +01:00
parent 5d00c3120d
commit c986fa0268
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
from UM.Logger import Logger
from UM.SaveFile import SaveFile
from UM.Settings.Profile import Profile
from UM.Settings.ProfileWriter import ProfileWriter
## Writes profiles to Cura's own profile format with config files.

View file

@ -4,7 +4,6 @@
from UM.Mesh.MeshWriter import MeshWriter
from UM.Logger import Logger
from UM.Application import Application
import io
import re #For escaping characters in the settings.
import copy