Skip to content

Commit 9c164f4

Browse files
author
lev
committed
pandasGEXpress/slice_gctoo.py: had to tweak imports again for some reason..
1 parent 13ad7b1 commit 9c164f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cmapPy/pandasGEXpress/slice_gctoo.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
See slice_gct.py for the command line equivalent.
66
77
"""
8-
import sys
9-
sys.path.insert(0, "../..")
108
import logging
119
import pandas as pd
12-
from cmapPy.pandasGEXpress import setup_GCToo_logger as setup_logger
13-
from cmapPy.pandasGEXpress import GCToo
10+
import cmapPy.pandasGEXpress.setup_GCToo_logger as setup_logger
11+
import cmapPy.pandasGEXpress.GCToo as GCToo
1412

1513
__author__ = "Lev Litichevskiy"
1614
__email__ = "[email protected]"

0 commit comments

Comments
 (0)