Exemple #1
0
 def notificationIO(self,path):
      print("No such file or directory: " +
                   path +
                   bcolors.minusSign())
Exemple #2
0
 def notificationWrong(self,path,line):
     print("Oops!  Something is wrong with your file: " + path +
                   " in line: " +
                   str(line) +
                   " .Try again..." +
                   bcolors.minusSign())