Two issues spotted by Ronald OUssoren:

- there were no accessor functions for the global per-database fields
- packages and their dependencies were installed in order in stead
  of in reverse order.
This commit is contained in:
Jack Jansen 2004-03-13 23:50:48 +00:00
parent c32cec14b4
commit 118e1277a6
4 changed files with 2234 additions and 3 deletions

View file

@ -1 +1,6 @@
from _Qt import *
try:
_ = AddFilePreview
except:
raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"