X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_browser.py;h=effe5a3fd14033652748b8051451ba4ed20b98af;hp=28fb49f3655839caac943e9df995172e48ecca52;hb=f330fefa27f2c87f7dff414fe6227261327663b7;hpb=7396445d7d0d13469b9505791114b9dc6b76ffe4 diff --git a/direct/python/yaffs_browser.py b/direct/python/yaffs_browser.py index 28fb49f..effe5a3 100755 --- a/direct/python/yaffs_browser.py +++ b/direct/python/yaffs_browser.py @@ -1,10 +1,23 @@ #!/usr/bin/python +## +## YAFFS: Yet Another Flash File System. A NAND-flash specific file system. +## +## Copyright (C) 2002-2010 Aleph One Ltd. +## for Toby Churchill Ltd and Brightstar Engineering +## +## Created by Timothy Manning +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License version 2 as +## published by the Free Software Foundation. +## + import Tkinter as tk from yaffsfs import * #import examples import ctypes -yaffs_StartUp() +yaffs_start_up() yaffs_mount("/yaffs2/") root_window =tk.Tk() root_window.title("YAFFS Browser")