summaryrefslogtreecommitdiff
path: root/src/interpreter/__init__.py
diff options
context:
space:
mode:
authorMinijackson2014-10-23 18:50:44 +0200
committerMinijackson2014-10-23 18:50:44 +0200
commit25682dfbad10996b2e23ccbb3fef87636d919c03 (patch)
tree07712c97be51c2963c443dfa3d88afefcf5ae771 /src/interpreter/__init__.py
parentceb12bbde074e7de52619508a8bc3ebacf0b4f85 (diff)
downloadwikistats-25682dfbad10996b2e23ccbb3fef87636d919c03.tar.gz
Removing interpreter + Adding watchers + revisions + geosearch
Diffstat (limited to 'src/interpreter/__init__.py')
-rw-r--r--src/interpreter/__init__.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/interpreter/__init__.py b/src/interpreter/__init__.py
deleted file mode 100644
index bf550ef..0000000
--- a/src/interpreter/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
1"""
2Module used to filter and add data to a dictionary/json string given from the
3Wikimedia API.
4"""
5
6
7class Interpreter():
8 """Class used to filter and add data to a dictionary/json string given from
9 the Wikimedia API"""
10