Skip to content

Commit

Permalink
Remove redundant codes in _init_paths.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzeyuczy committed Apr 6, 2017
1 parent 548739f commit 9c0bda5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/_init_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ def add_path(path):

this_dir = osp.dirname(__file__)

# Add caffe to PYTHONPATH
caffe_path = osp.join(this_dir, '..', 'caffe-fast-rcnn', 'python')
add_path(caffe_path)

# Add lib to PYTHONPATH
lib_path = osp.join(this_dir, '..', 'lib')
add_path(lib_path)
Expand Down

0 comments on commit 9c0bda5

Please sign in to comment.