Skip to content

Commit

Permalink
Import command_line from pubmed_lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcovington committed Jan 22, 2016
1 parent db65d39 commit 8c83507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubmed_lookup/test_pubmed_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import unittest
from io import StringIO

# import command_line
from pubmed_lookup import Publication, PubMedLookup
# import pubmed_lookup.command_line
from pubmed_lookup import command_line, Publication, PubMedLookup


# class TestConsole(unittest.TestCase):
Expand Down

0 comments on commit 8c83507

Please sign in to comment.