Changeset 1713


Ignore:
Timestamp:
Nov 17, 2008, 9:22:45 PM (15 years ago)
Author:
price
Message:

remove an erroneous comment and some needless ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-console-server/files/usr/bin/invirt-consolefs

    r1700 r1713  
    4444       
    4545        def recache(self):
    46                 """Refresh the local cache of VMs if the cache is more than 15 minutes old
    47                 """
    4846                if time() - self.lasttime > 5:
    4947                        self.lasttime = time()
     
    5250
    5351        def getMachines(self, **kw):
    54                 """Get the list of VMs in the database"""
    5552                self.recache()
    5653                return self.machines.keys()
     
    7269       
    7370        def getK5login(self, machine, **kw):
    74                 """Build the ACL for a machine and turn it into a .k5login file
    75                 """
    7671                self.recache()
    7772                machine = self.machines[machine]
Note: See TracChangeset for help on using the changeset viewer.