mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Removing wrong marking about @UnusedVariable
This commit is contained in:
parent
6a4e2019dc
commit
f93f0330ea
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import py2exe
|
import py2exe
|
||||||
import UM #@UnusedImport
|
import UM
|
||||||
import UM.Qt #@UnusedImport
|
import UM.Qt #@UnusedImport
|
||||||
import cura #@UnusedImport
|
import cura #@UnusedImport
|
||||||
import os
|
import os
|
||||||
|
@ -73,4 +73,4 @@ for site_package in site.getsitepackages():
|
||||||
print("Copying Angle libraries from %s" % qt_origin_path)
|
print("Copying Angle libraries from %s" % qt_origin_path)
|
||||||
shutil.copy(os.path.join(qt_origin_path, "libEGL.dll"), "dist/libEGL.dll")
|
shutil.copy(os.path.join(qt_origin_path, "libEGL.dll"), "dist/libEGL.dll")
|
||||||
shutil.copy(os.path.join(qt_origin_path, "libGLESv2.dll"), "dist/libGLESv2.dll")
|
shutil.copy(os.path.join(qt_origin_path, "libGLESv2.dll"), "dist/libGLESv2.dll")
|
||||||
os.rename("dist/cura_app.exe", "dist/Cura.exe")
|
os.rename("dist/cura_app.exe", "dist/Cura.exe")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue