Skip to content

Commit

Permalink
Temporarily remove JSON engine from build
Browse files Browse the repository at this point in the history
The JSON engine is still a little buggy and it's time to get
v1.6 out the door. This stops the json engine from showing up
in the Retriever until the kinks get worked out.
  • Loading branch information
ethanwhite committed Feb 7, 2014
1 parent b0766bb commit 54b7dcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"postgres",
"sqlite",
"msaccess",
"csv",
"jsonengine"
"csv"
]

engine_module_list = [
Expand Down

0 comments on commit 54b7dcc

Please sign in to comment.