runtime/__init__.py
changeset 1853 47a3f39bead0
parent 1667 cefc9219bb48
child 1984 081265cda5b1
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    19 
    19 
    20 # You should have received a copy of the GNU Lesser General Public
    20 # You should have received a copy of the GNU Lesser General Public
    21 # License along with this library; if not, write to the Free Software
    21 # License along with this library; if not, write to the Free Software
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 
    23 
    24 
    24 from __future__ import absolute_import
    25 import os
    25 import os
    26 
    26 
    27 from PLCObject import PLCObject, PLCprint
    27 from runtime.PLCObject import PLCObject, PLCprint
    28 import ServicePublisher
    28 import runtime.ServicePublisher