/[papo]/gnue/reports/scripts/gnue-reports.in
ViewVC logotype

Diff of /gnue/reports/scripts/gnue-reports.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by charlie, Fri Jun 28 19:43:54 2002 UTC revision 1.1.4.1 by anthonyl, Tue Mar 4 22:00:28 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/env python  #!/usr/bin/env python
2  #  #
3  # Copyright 2001 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
4  #  #
5  # This file is part of GNU Enterprise.  # This file is part of GNU Enterprise.
6  #  #
# Line 29  if not os.environ.has_key('GNUE_CONNECTI Line 29  if not os.environ.has_key('GNUE_CONNECTI
29      if os.path.isfile(INST_GNUE_CONNECTIONS):      if os.path.isfile(INST_GNUE_CONNECTIONS):
30          os.environ['GNUE_CONNECTIONS'] = INST_GNUE_CONNECTIONS          os.environ['GNUE_CONNECTIONS'] = INST_GNUE_CONNECTIONS
31        
32  from  gnue.reports.GRRun import GRRun  from  gnue.reports.client.GRRun import GRRun
33    
34  if __name__ == '__main__':  if __name__ == '__main__':
35          GRRun().run()          GRRun().run()
36            

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26