From bd4769fac49fed4f5f900e05a440ca2e06403c55 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 15 Mar 2008 13:52:27 +0100 Subject: 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 (cherry picked from commit f347e83d82f26cdc59de17b754a78db58a933ea6) --- plugins/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/.gitignore (limited to 'plugins/.gitignore') 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 -- cgit v1.2.3