Package inca :: Module GridProxyReporter
[hide private]
[frames] | no frames]

Source Code for Module inca.GridProxyReporter

1 -class GridProxyReporter:
2 """GridProxyReporter - A pseudo-module indicating that a reporter requires a 3 proxy credential in order to execute:: 4 5 from inca.Reporter import Reporter 6 reporter = IncaReporter() 7 reporter.addDependency('inca.GridProxyReporter') 8 9 Declaring a dependency on this module is a signal to Inca's ReporterManager 10 that a grid proxy credential needs to be initialized before the reporter 11 can be run. 12 """
13