Remove unused import

The _uniqueName function was using this but it was moved to ContainerRegistry.

Contributes to issues CURA-340 and CURA-1278.
This commit is contained in:
Ghostkeeper 2016-06-07 13:24:03 +02:00
parent c5b07debdc
commit 253061cfa4
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -6,7 +6,6 @@ from PyQt5.QtCore import pyqtSignal, pyqtProperty, pyqtSlot, QObject #For commun
import UM.Application #To get the global container stack to find the current machine.
import UM.Logger
import UM.Settings.ContainerRegistry #Finding containers by ID.
import re
## Manages all existing extruder stacks.