Exemple #1
0
 def _cgcloud( cls, *args ):
     log.info( "Running %r" % (args,) )
     main( args )
Exemple #2
0
 def _cgcloud( self, *args ):
     log.info( "Running %r" % (args,) )
     if os.environ.get( 'CGCLOUD_TEST_EXEC', "" ):
         check_call( ('cgcloud',) + args )
     else:
         main( args )