]> sipb.mit.edu Git - ikiwiki.git/commit
put XMLStreamParser in public namespace
authormartin f. krafft <madduck@madduck.net>
Fri, 21 Mar 2008 22:17:37 +0000 (23:17 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 21 Mar 2008 23:16:59 +0000 (19:16 -0400)
commit9134145d827c38dc2ee4347e9ee1a83aeedbe187
treea71eca58750729525d92c51aa4ef99f788e182b0
parentfd2ddd9e87f758e5d2987708321ec0c6c0dd6898
put XMLStreamParser in public namespace

Since we might throw sub-class exceptions, the class should be in the
public namespace, meaning its name should not be prefixed with _.

Signed-off-by: martin f. krafft <madduck@madduck.net>
plugins/proxy.py