summaryrefslogtreecommitdiffstats
path: root/cobbler/item_distro.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-05-05 18:30:55 -0400
committerJim Meyering <jim@meyering.net>2006-05-05 18:30:55 -0400
commitfc086c72640c3f8f51f9a07b76387647fb683025 (patch)
tree9640abb70b86a57e05bf8a77e97c3ff834c061c7 /cobbler/item_distro.py
parentc1aea64f02ae55d47c18269895717af99839ed0e (diff)
downloadthird_party-cobbler-fc086c72640c3f8f51f9a07b76387647fb683025.tar.gz
third_party-cobbler-fc086c72640c3f8f51f9a07b76387647fb683025.tar.xz
third_party-cobbler-fc086c72640c3f8f51f9a07b76387647fb683025.zip
Removed trailing whitespace
Diffstat (limited to 'cobbler/item_distro.py')
-rw-r--r--cobbler/item_distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/item_distro.py b/cobbler/item_distro.py
index 1c1a8d4..efbead9 100644
--- a/cobbler/item_distro.py
+++ b/cobbler/item_distro.py
@@ -8,7 +8,7 @@ class Distro(item.Item):
def __init__(self,config):
self.config = config
self.clear()
-
+
def clear(self):
self.name = None
self.kernel = None