editors/Viewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1852 70c1cc354a8f
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import re
       
    26 import math
    25 import math
    27 from time import time as gettime
    26 from time import time as gettime
    28 from types import TupleType
    27 from types import TupleType
    29 from threading import Lock
    28 from threading import Lock
    30 
    29