Skip to content

Commit

Permalink
fixed charInfo imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postrov committed Oct 24, 2012
1 parent c98be3a commit 5d73fdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/mop_combat_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from shadowcraft.objects import proc_data
from shadowcraft.objects import talents
from shadowcraft.objects import glyphs
from char_info import charInfo

from shadowcraft.core import i18n

Expand Down
2 changes: 1 addition & 1 deletion scripts/mop_subtlety_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from os import path
import sys
from import_character import CharacterData
from char_info import charInfo
#sys.path.append(path.abspath(path.join(path.dirname(__file__), '..')))

from shadowcraft.calcs.rogue.Aldriana import AldrianasRogueDamageCalculator
Expand All @@ -21,7 +22,6 @@
test_language = 'local'
i18n.set_language(test_language)

charInfo = {'region':'us', 'realm':'Doomhammer', 'name':'Pins', 'talents':None, 'stormlash':False, 'pvp':False, 'shiv':0}
key = 1
while key < len(sys.argv):
terms = sys.argv[key].split(':')
Expand Down

0 comments on commit 5d73fdd

Please sign in to comment.