]> granicus.if.org Git - python/commit
Allow classes from other modules to be specified at startup. For example,
authorSkip Montanaro <skip@pobox.com>
Sat, 26 Jun 2004 19:18:49 +0000 (19:18 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 26 Jun 2004 19:18:49 +0000 (19:18 +0000)
commit90e01539409c01649fab95122b61c023784d9a51
tree702de2fe94e7a04ec453414419e98f7dfdf7d81f
parent616f4f61bae92b5733b346552d6b522ad1409937
Allow classes from other modules to be specified at startup.  For example,
using the postfixproxy module from Spambayes you might start smtpd up like

    smtpd.py -c spambayes.postfixproxy.SpambayesProxy :8025 :8026
Lib/smtpd.py