yaffs Working on timothy_tests and have updated yaffs_importer.py
[yaffs2.git] / direct / python / yaffs_browser.py
index 23fa936882dafacea81e0f19bdee68612d6e87f8..22073e68f454825070a58c7419258402ce1d3d5a 100755 (executable)
@@ -4,7 +4,7 @@ from yaffsfs import *
 #import examples
 import ctypes
 
-yaffs_StartUp()
+yaffs_start_up()
 yaffs_mount("/yaffs2/")
 root_window =tk.Tk()
 root_window.title("YAFFS Browser")
@@ -88,6 +88,7 @@ class editor():
 def load_dir():
     global current_directory_dict
     print "loading a new directory*******************************************************************"
+    ##deleate current items in text box
     name_list_box.delete(0, tk.END)
     current_directory_dict=yaffs_ls(mount_list_text_variable.get())
     print "new directory", current_directory_dict