Skip to content

Commit

Permalink
Merge pull request #5 from dedayoa/patch-1
Browse files Browse the repository at this point in the history
Update load_country_dialcode.py
  • Loading branch information
areski committed Jan 19, 2015
2 parents 8997a5e + 3b76935 commit 63f75dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def handle(self, *args, **options):
inspect.getfile(inspect.currentframe()))
fixture_file = script_directory + \
'/../../fixtures/country_dialcode.json'
print "This fixture is going to be loaded : " + fixture_file
print ("This fixture is going to be loaded : " + fixture_file)
call_command('loaddata', fixture_file)

0 comments on commit 63f75dc

Please sign in to comment.