Skip to content

Commit

Permalink
remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham authored and Graham committed Sep 17, 2019
1 parent fbe908c commit ebc882b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions JSSImporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,6 @@ def find_file_in_search_path(self, path):
to copy templates, icons, etc, to the override directory.
Args:
obj_cls: JSSObject class (for the purposes of JSSImporter a
Policy or a ComputerGroup)
path: String filename or path to file.
If path is just a filename, path is assumed to
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ $(PKG_ROOT)/Library/AutoPkg/autopkglib/JSSImporter.py:

"$(PKG_ROOT)/Library/Application Support/JSSImporter/jss":
@echo "Installing python-jss"
#@echo "Using amended PYTHONPATH inside package root, otherwise easy_install will complain we arent installing to a PYTHONPATH"
#cd $(JSS_GIT_ROOT) && PYTHONPATH="$(PKG_ROOT)/Library/Application Support/JSSImporter" easy_install --install-dir "$(PKG_ROOT)/Library/Application Support/JSSImporter" .
mkdir -p "$(PKG_ROOT)/Library/Application Support/JSSImporter"
cp -Rf "$(JSS_GIT_ROOT)/jss" "$(PKG_ROOT)/Library/Application Support/JSSImporter"

Expand Down

0 comments on commit ebc882b

Please sign in to comment.