diff --git a/importfoldertree.py b/importpackages.py similarity index 96% rename from importfoldertree.py rename to importpackages.py index 6e68fdb..71264ec 100755 --- a/importfoldertree.py +++ b/importpackages.py @@ -1,7 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# importfoldertree.py March 2018 +# importpackages.py +# March 2018 # # Pass in a directory and this tool will import all the json files in the directory. It depends on the admin CLI # @@ -16,6 +17,9 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS # OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # +# change log +# renamed to importpackages.py to be more descriptive of actual usage +# # Import Python modules import argparse, sys, subprocess, os, json from sharedfunctions import callrestapi