yaffs Working on timothy_tests and have updated yaffs_importer.py
[yaffs2.git] / direct / python / yaffs_browser.py
index 28fb49f3655839caac943e9df995172e48ecca52..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")