From 62d5c6095c685218292115dc100e334d3db17c6e Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Fri, 17 Mar 2017 11:53:00 -0700 Subject: [PATCH] [IMP] Import taxonomies into `methods` root package --- wordpress_xmlrpc/methods/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wordpress_xmlrpc/methods/__init__.py b/wordpress_xmlrpc/methods/__init__.py index bcbacb7..33368d7 100644 --- a/wordpress_xmlrpc/methods/__init__.py +++ b/wordpress_xmlrpc/methods/__init__.py @@ -8,3 +8,4 @@ from wordpress_xmlrpc.methods import options from wordpress_xmlrpc.methods import comments from wordpress_xmlrpc.methods import media +from wordpress_xmlrpc.methods import taxonomies