Skip to content

Commit

Permalink
Updated Mathematica addon
Browse files Browse the repository at this point in the history
  • Loading branch information
abalijepalli committed Jul 5, 2016
1 parent 2fd5952 commit 1e8a7d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/mathematica/pyquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
:ChangeLog:
.. line-block::
3/23/15 AB Initial version
7/5/16 AB Updated code to use new module layout
"""

import argparse
import os
import mosaic.sqlite3MDIO as sqlite3MDIO
import mosaic.mdio.sqlite3MDIO as sqlite3MDIO
import sqlite3

def parseCLArgs():
Expand Down

0 comments on commit 1e8a7d9

Please sign in to comment.