Skip to content

Commit

Permalink
updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
EnyMan committed Jun 25, 2016
1 parent a44f9ea commit 60e1a50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imgmanip.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ def create_file(self, source, files):

"""
wrapper for adding files
:param files: tk string list of files to add
:param source: img to add items to
"""

files = list(self.tk.splitlist(files))
Expand Down Expand Up @@ -144,6 +147,8 @@ def extract_files(source):

"""
wrapper for removing files
:param source: img to remove files from
"""

if check_if_files([source]) == "":
Expand Down

0 comments on commit 60e1a50

Please sign in to comment.