Projects STRLCPY SharPyShell Commits 320739f6
🤬
  • ■ ■ ■ ■ ■
    core/config.py
    1 1  import sys
    2 2  import os
    3 3   
    4  -sharpyshell_version='1.1.14'
     4 +sharpyshell_version='1.2.0'
    5 5   
    6 6  header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code'
    7 7  banner = """
    skipped 15 lines
    23 23  sys.path.insert(0, sharpyshell_path)
    24 24  modules_paths=sharpyshell_path + 'modules/'
    25 25  output_path=sharpyshell_path + 'output/'
     26 + 
Please wait...
Page is in error, reload to recover