Removing unused import of "os"

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-14 15:38:05 +01:00
parent a00f0ece18
commit 3b58d1e2a5
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@ import threading
import platform
import glob
import time
import os
import os.path
import sys
from UM.Extension import Extension