File: Qt.py

package info (click to toggle)
python2.4 2.4.4-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 44,624 kB
  • ctags: 86,948
  • sloc: ansic: 305,981; python: 271,903; makefile: 4,179; sh: 3,916; perl: 3,736; lisp: 3,678; xml: 894; objc: 756; cpp: 7; sed: 2
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (33)
1
2
3
4
5
from _Qt import *
try:
    _ = AddFilePreview
except:
    raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"