diff options
author | martin f. krafft <madduck@madduck.net> | 2008-03-15 13:52:27 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-15 13:14:50 -0400 |
commit | bd4769fac49fed4f5f900e05a440ca2e06403c55 (patch) | |
tree | 0193a53b560d3f870578aa927ba69ebb4a7b8dcf /plugins/.gitignore | |
parent | 91142c86adcbb2cddd0e3dc7a38afa8522624ad8 (diff) |
Provide XML-RPC proxy abstraction for Python plugins
The proxy module provides an abstraction to facilitate writing ikiwiki
plugins in Python.
Signed-off-by: martin f. krafft <madduck@madduck.net>
(cherry picked from commit f347e83d82f26cdc59de17b754a78db58a933ea6)
Diffstat (limited to 'plugins/.gitignore')
-rw-r--r-- | plugins/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/.gitignore b/plugins/.gitignore new file mode 100644 index 000000000..3af1b9c51 --- /dev/null +++ b/plugins/.gitignore @@ -0,0 +1 @@ +proxy.pyc |