Browse Source

Update helper.py

Remove deprecated comment.
Kim Kulling 7 years ago
parent
commit
d4c7eb3b67
1 changed files with 0 additions and 1 deletions
  1. 0 1
      port/PyAssimp/pyassimp/helper.py

+ 0 - 1
port/PyAssimp/pyassimp/helper.py

@@ -232,7 +232,6 @@ def search_library():
                     break
                 if is_out:
                   continue
-                ##### Modified Code --- to correctly select extension files #####
                 
                 library_path = os.path.join(curfolder, filename)
                 logger.debug('Try ' + library_path)