Removed the uneeded pivy imports

This commit is contained in:
Jose Luis Cercos Pita
2016-01-18 13:01:23 +01:00
parent 9e9fd7cd57
commit 81d5d338aa
3 changed files with 0 additions and 6 deletions

View File

@@ -24,8 +24,6 @@
import time
from math import *
from PySide import QtGui, QtCore
from pivy.coin import *
from pivy import coin
import FreeCAD
import FreeCADGui
from FreeCAD import Base, Vector

View File

@@ -24,8 +24,6 @@
import time
from math import *
from PySide import QtGui, QtCore
from pivy.coin import *
from pivy import coin
import FreeCAD
import FreeCADGui
from FreeCAD import Base, Vector

View File

@@ -24,8 +24,6 @@
import time
from math import *
from PySide import QtGui, QtCore
from pivy.coin import *
from pivy import coin
import FreeCAD
import FreeCADGui
from FreeCAD import Base, Vector