We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b9b3b commit c748258Copy full SHA for c748258
test_segtree.py
@@ -1,10 +1,4 @@
1
# -*- coding: utf-8 -*-
2
-import os, sys
3
-TEST_DIR = os.path.dirname(os.path.realpath(__file__))
4
-DALE_DIR = os.path.dirname(TEST_DIR)
5
-sys.path.insert(0, DALE_DIR)
6
-
7
8
from unittest import main, TestCase
9
10
from segtree import SegmentTree
0 commit comments