Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Schulman committed Mar 17, 2014
1 parent 427f129 commit 8d90ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import sys

sys.path.insert(0,'lib')
#sys.path.insert(0,'lib')
from setuptools import setup, find_packages
import pkg_resources
#import pkg_resources

requirements = [ 'ncclient >= 0.4.1', 'netaddr',
'jinja2 >= 2.7.1', 'lxml >= 3.2.4',
Expand Down

0 comments on commit 8d90ca9

Please sign in to comment.