Whitespace does not not weigh anything - remove - sed -i 's/ *$//g' *py */*py
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
7160637014
commit
7bb81e2f18
9 changed files with 15 additions and 15 deletions
|
|
@ -65,7 +65,7 @@ class Manifest(object):
|
|||
def __init__(self, target_host, local):
|
||||
self.target_host = target_host
|
||||
self.local = local
|
||||
|
||||
|
||||
self.log = logging.getLogger(self.target_host)
|
||||
|
||||
self.env = {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class Object(object):
|
|||
"""Represents a cdist object.
|
||||
|
||||
All interaction with objects in cdist should be done through this class.
|
||||
Directly accessing an object through the file system from python code is
|
||||
Directly accessing an object through the file system from python code is
|
||||
a bug.
|
||||
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ class Type(object):
|
|||
"""Represents a cdist type.
|
||||
|
||||
All interaction with types in cdist should be done through this class.
|
||||
Directly accessing an type through the file system from python code is
|
||||
Directly accessing an type through the file system from python code is
|
||||
a bug.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue