Skip to content

Commit

Permalink
fixing yaml file import for junos views
Browse files Browse the repository at this point in the history
  • Loading branch information
fooelisa committed May 17, 2015
1 parent 1be66a1 commit 0946560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Manifest.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include requirements.txt
include requirements.txt
include utils/*.yml
1 change: 0 additions & 1 deletion utils/junos_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
from jnpr.junos.factory import loadyaml
from os.path import splitext
_YAML_ = splitext(__file__)[0] + '.yml'
print _YAML_
globals().update(loadyaml(_YAML_))

0 comments on commit 0946560

Please sign in to comment.