/usr/share/pyshared/PyMca/Object3D/Object3DQt.py is in pymca 4.5.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | import sip
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtOpenGL import *
try:
#In case PyQwt is compiled with QtSvg
from PyQt4.QtSvg import *
except:
pass
|