Skip to content

Commit

Permalink
refactored fetchVcf module
Browse files Browse the repository at this point in the history
  • Loading branch information
awenocur committed Aug 12, 2014
1 parent 15222fa commit ded8557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description="an HTTP client and supporting utilities for the Varify API",
download_url='https://github.com/awenocur/varify_client.git',
entry_points={
"console_scripts": ['fetchVCF = varify_client._fetchVCF:runCommandLine']
"console_scripts": ['fetchVCF = varify_client.fetchVCF:runCommandLine']
},
url='https://github.com/awenocur/varify_client',
install_requires=["PyVCF"]
Expand Down
2 changes: 1 addition & 1 deletion test/fetchVCF.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os.path import dirname, join
from unittest import TestCase
from hashlib import md5
import varify_client._fetchVCF as fetchVCF
import varify_client.fetchVCF as fetchVCF

enclosing_dir = dirname(__file__)
demo_vcf_response_path = join(enclosing_dir, "data/demoResponse")
Expand Down
File renamed without changes.

0 comments on commit ded8557

Please sign in to comment.