Ignore:
Timestamp:
03/24/19 08:15:59 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Ran 2to3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/watchdog.py

    r535 r919  
    6060
    6161        if logTimeout:
    62             print "Watchdog client %s has timed out!" % (self._name)
     62            print("Watchdog client %s has timed out!" % (self._name))
    6363        elif logCleared:
    64             print "Watchdog client %s has been cleared." % (self._name)
     64            print("Watchdog client %s has been cleared." % (self._name))
    6565
    6666#-----------------------------------------------------------------------------
     
    115115
    116116            if t>=nextLogTime:
    117                 print "Watchdog.run: running"
     117                print("Watchdog.run: running")
    118118                while t>=nextLogTime:
    119119                    nextLogTime += self.LOG_INTERVAL
Note: See TracChangeset for help on using the changeset viewer.