Beispiel #1
0
def info():
   print("Version: " + ptk.get_version())
   print("Content Home: " + ptk.get_content_home())
   print("Manifest file: " + ptk.get_manifest_file_path())
   print("Install date: " + str(datetime.datetime.now())) 
   print
Beispiel #2
0
def print_open():
    ''' print the startup screen info with config '''
    print("\n\nCromaca Cli " + tk.get_version())
    print
Beispiel #3
0
def info():
    print("Version: " + ptk.get_version())
    print("Content Home: " + ptk.get_content_home())
    print("Manifest file: " + ptk.get_manifest_file_path())
    print("Install date: " + str(datetime.datetime.now()))
    print
Beispiel #4
0
def print_open():
   ''' print the startup screen info with config '''
   print("\n\nCromaca Cli " + tk.get_version())
   print