util/MiniTextControler.py
changeset 1831 56b48961cc68
parent 1744 69dfdb26f600
child 1881 091005ec69c4
equal deleted inserted replaced
1830:e598d1acf354 1831:56b48961cc68
    27 """
    27 """
    28 
    28 
    29 import os
    29 import os
    30 
    30 
    31 
    31 
    32 class MiniTextControler:
    32 class MiniTextControler(object):
    33 
    33 
    34     def __init__(self, filepath, controller):
    34     def __init__(self, filepath, controller):
    35         self.FilePath = filepath
    35         self.FilePath = filepath
    36         self.BaseController = controller
    36         self.BaseController = controller
    37 
    37