Added missing newline in previous commit.

This commit is contained in:
Tim Graham 2013-12-26 07:52:31 -05:00
parent 398642fd9b
commit 4e7aa573ec
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class ChangepasswordManagementCommandTestCase(TestCase):
command.execute("J\xfalia", stdout=self.stdout)
@skipIfCustomUser
class CreatesuperuserManagementCommandTestCase(TestCase):