util/MiniTextControler.py
changeset 1736 7e61baa047f0
parent 1735 c02818d7e29f
child 1744 69dfdb26f600
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    25 """
    25 """
    26 Minimal tab controller for a simple text editor
    26 Minimal tab controller for a simple text editor
    27 """
    27 """
    28 
    28 
    29 import os
    29 import os
       
    30 
    30 
    31 
    31 class MiniTextControler:
    32 class MiniTextControler:
    32 
    33 
    33     def __init__(self, filepath, controller):
    34     def __init__(self, filepath, controller):
    34         self.FilePath = filepath
    35         self.FilePath = filepath