Replace tab with space in test_user_plugin.py

Mixing tabs and spaces is not allowed in python3

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Martin Basti
2015-10-14 09:53:04 +02:00
parent d0bdc37679
commit 16261adc58

View File

@@ -1740,8 +1740,8 @@ class UserTracker(Tracker):
return self.make_command('user_enable', self.uid)
def make_stage_command(self):
""" Make function that restores preserved user by moving it to
staged container """
""" Make function that restores preserved user by moving it to
staged container """
return self.make_command('user_stage', self.uid)
def track_create(self):