Skip to content

Commit

Permalink
consolidate some imports in jig_Gamess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzure committed Jul 4, 2014
1 parent efa0077 commit 4a98116
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions cad/src/analysis/GAMESS/jig_Gamess.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,31 @@
from utilities.debug import print_compact_traceback

from analysis.GAMESS.GamessJob import GamessJob
from analysis.GAMESS.GamessProp import scftyp
from analysis.GAMESS.GamessProp import ecm
from analysis.GAMESS.GamessProp import pcgms_dfttyp_items
from analysis.GAMESS.GamessProp import gms_dfttyp_items
from analysis.GAMESS.GamessProp import runtyp
from analysis.GAMESS.GamessProp import mplevl
from analysis.GAMESS.GamessProp import inttyp
from analysis.GAMESS.GamessProp import pcgms_gridsize
from analysis.GAMESS.GamessProp import tf
from analysis.GAMESS.GamessProp import conv
from analysis.GAMESS.GamessProp import ncore
from analysis.GAMESS.GamessProp import gms_gridsize
from analysis.GAMESS.GamessProp import opttol
from analysis.GAMESS.GamessProp import gbasis
from analysis.GAMESS.GamessProp import contrl
from analysis.GAMESS.GamessProp import scf
from analysis.GAMESS.GamessProp import system
from analysis.GAMESS.GamessProp import mp2
from analysis.GAMESS.GamessProp import dft
from analysis.GAMESS.GamessProp import guess
from analysis.GAMESS.GamessProp import statpt
from analysis.GAMESS.GamessProp import basis
from analysis.GAMESS.GamessProp import ui
from analysis.GAMESS.GamessProp import (
scftyp,
ecm,
pcgms_dfttyp_items,
gms_dfttyp_items,
runtyp,
mplevl,
inttyp,
pcgms_gridsize,
tf,
conv,
ncore,
gms_gridsize,
opttol,
gbasis,
contrl,
scf,
system,
mp2,
dft,
guess,
statpt,
basis,
ui,
)

from utilities import debug_flags

Expand Down

0 comments on commit 4a98116

Please sign in to comment.