Import 'os' directly because we use it directly, even though it still works with out it.

CURA-2953
This commit is contained in:
Simon Edwards 2016-12-08 15:09:26 +01:00
parent ff270642c0
commit 81ffc3ae4b

View file

@ -2,6 +2,7 @@
# Cura is released under the terms of the AGPLv3 or higher.
import configparser #To get version numbers from config files.
import os
import os.path
import io