connectors/PYRO_dialog.py
branchpython3
changeset 3750 f62625418bff
parent 2609 c8cb60bf6c6a
child 3776 1fbc900ca1ce
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python
     2 # -*- coding: utf-8 -*-
     2 # -*- coding: utf-8 -*-
     3 
     3 
     4 # See COPYING file for copyrights details.
     4 # See COPYING file for copyrights details.
     5 
     5 
     6 from __future__ import absolute_import
     6 
     7 
     7 
     8 from itertools import repeat, islice, chain
     8 from itertools import repeat, islice, chain
     9 
     9 
    10 from connectors.SchemeEditor import SchemeEditor
    10 from connectors.SchemeEditor import SchemeEditor
    11 
    11