X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_browser.py;fp=direct%2Fpython%2Fyaffs_browser.py;h=22073e68f454825070a58c7419258402ce1d3d5a;hp=28fb49f3655839caac943e9df995172e48ecca52;hb=b708f76c6a03f86058236dbd529e8c3623571325;hpb=941b43d04d6684b006fbe648f150192116f11ab1 diff --git a/direct/python/yaffs_browser.py b/direct/python/yaffs_browser.py index 28fb49f..22073e6 100755 --- a/direct/python/yaffs_browser.py +++ b/direct/python/yaffs_browser.py @@ -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")