imip-agent

imip_resource.py

1178:3252084e9608
2016-05-13 Paul Boddie Renamed the quota tool and updated the documentation to illustrate the way it currently works.
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import resource     5      6 Processor(resource.handlers)()     7      8 # vim: tabstop=4 expandtab shiftwidth=4