File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -263,6 +263,6 @@ def cli():
263
263
except getopt .error as e :
264
264
print "Command Line Error: " + e .msg
265
265
printCLIHelp ()
266
-
266
+
267
267
if __name__ == '__main__' : cli ()
268
- > >> >> >> 205 b0ae087c304e0219ee076d76c3a5d653b4e01
268
+
Original file line number Diff line number Diff line change 12
12
#else:
13
13
# print "pyds9 found."
14
14
15
- try :
16
- import make2FGLxml
17
- except ImportError :
18
- print "make2FGLxml not found (required for making an XML model)."
19
- sys .exit (1 )
20
- else :
21
- print "make2FGLxml found."
15
+ # try:
16
+ # import make2FGLxml
17
+ # except ImportError:
18
+ # print "make2FGLxml not found (required for making an XML model)."
19
+ # sys.exit(1)
20
+ # else:
21
+ # print "make2FGLxml found."
22
22
23
23
fermi_dir = os .environ .get ("FERMI_DIR" )
24
24
38
38
'quickAnalysis' ,
39
39
'quickLike' ,
40
40
'quickPlot' ,
41
- 'quickCurve' ],
41
+ 'quickCurve' ,
42
+ 'make2FGLxml' ],
42
43
data_files = [(fermi_dir + "/bin" ,['scripts/quickAnalysis' ,
43
44
'scripts/quickLike' ,
44
45
'scripts/quickPlot' ,
You can’t perform that action at this time.
0 commit comments