indent code

This commit is contained in:
hvnsweeting 2013-07-13 12:32:49 +07:00
parent bfcd814ca7
commit dc98fa6f88

View File

@ -103,8 +103,8 @@ This on the other hand is `DISCOURAGED`:
from os.path import join from os.path import join
def minion_path(): def minion_path():
path = join(self.opts['cachedir'], 'minions') path = join(self.opts['cachedir'], 'minions')
return path return path
The time when this is changed is for importing exceptions, generally directly The time when this is changed is for importing exceptions, generally directly
importing exceptions is preferred: importing exceptions is preferred: