X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=time-slider.git;a=blobdiff_plain;f=usr%2Fshare%2Ftime-slider%2Flib%2Ftime_slider%2Ftimeslidersmf.py;h=34f5910143fb062747aae2686a3b9b937fd54a31;hp=22c2925c89ce9d115968f55a0721b7929c2aa6d5;hb=f5fc3bcdc5e88e15cdb81d2644188a7eb5cebf3b;hpb=f4594ed407bba1263b2bc93ce70e27a599e2ed3c diff --git a/usr/share/time-slider/lib/time_slider/timeslidersmf.py b/usr/share/time-slider/lib/time_slider/timeslidersmf.py index 22c2925..34f5910 100755 --- a/usr/share/time-slider/lib/time_slider/timeslidersmf.py +++ b/usr/share/time-slider/lib/time_slider/timeslidersmf.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # # CDDL HEADER START # @@ -22,8 +22,8 @@ import subprocess import threading -import smf -import util +from . import smf +from . import util #SMF EXIT CODES SMF_EXIT_OK = 0 @@ -150,5 +150,5 @@ class TimeSliderSMF(smf.SMFInstance): if __name__ == "__main__": S = TimeSliderSMF('svc:/application/time-slider') - print S + print(S)