(dev) .. replace same path over here.

This commit is contained in:
Ad Schellevis 2015-07-23 11:00:27 +00:00
parent da643ba240
commit 907cac0715

View File

@ -40,7 +40,7 @@ class DependancyCrawler(object):
self._all_dependencies = {}
self._all_dependencies_src = {}
self._all_functions = {}
self._exclude_deps = ['/../../opnsense/mvc/app/config/config.php']
self._exclude_deps = ['/usr/local/opnsense/mvc/app/config/config.php']
self.root = root
def get_dependency_by_src(self, src_filename):