Skip to content

Commit

Permalink
added pysam.py to prevent users from importing pysam in the source di…
Browse files Browse the repository at this point in the history
…rectory
  • Loading branch information
AndreasHeger committed Apr 15, 2013
1 parent 20a8919 commit cf43c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ include samtools/*.h
include samtools/*/*.h
include tabix/*.c
include tabix/*.h
include pysam.py

# pysam tests
include tests/00README.txt
Expand Down
1 change: 1 addition & 0 deletions pysam.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
raise ImportError( '''calling "import pysam" from the source directory is not supported - please import pysam from somewhere else.''')

0 comments on commit cf43c7d

Please sign in to comment.