]> git.zarvox.org Git - wp3.git/commit
Attempt to implement a modular interface for WP3 in python with PyQt.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sun, 21 Jun 2009 08:20:20 +0000 (01:20 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sun, 21 Jun 2009 08:20:20 +0000 (01:20 -0700)
commit7baf5aaf671e1ec398536dbb48cfdea13d30468d
treede8d5f9e557330b85d8fd6e5e200fc47fd6e9ed2
Attempt to implement a modular interface for WP3 in python with PyQt.

Partial port of wizard (MainFrame) from WP2 to PyQt4.  Addition of LDAP
lookup by NetID for new users.  Perhaps the New Person Wizard should
be modal?

Code actually looks up user by NetID in LDAP and prints the fields that
we plan to actually use for the whitepages.
donestep.py [new file with mode: 0644]
ldapsearcher.py [new file with mode: 0644]
ldapstep.py [new file with mode: 0644]
netidstep.py [new file with mode: 0644]
newpersonwizard.py [new file with mode: 0644]