Skip to content

Commit

Permalink
Fixed: "No Module named bin Error" V2
Browse files Browse the repository at this point in the history
  • Loading branch information
basti committed Dec 4, 2018
1 parent 55cf595 commit a0165a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/Modules/Ensembl/FTPHandling/URLRetrieve.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ftplib
from bin.Modules.Ensembl.FTPHandling.FTPEntry import FTPEntry
from Modules.Ensembl.FTPHandling.FTPEntry import FTPEntry


class FTPHandler:
Expand Down
2 changes: 1 addition & 1 deletion bin/Modules/Ensembl/FTPHandling/VersionChecker.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from bin.Modules.Ensembl.FTPHandling.URLRetrieve import FTPHandler
from Modules.Ensembl.FTPHandling.URLRetrieve import FTPHandler
import os.path


Expand Down

0 comments on commit a0165a9

Please sign in to comment.