summaryrefslogtreecommitdiffstats
path: root/cobbler/collection_systems.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/collection_systems.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/collection_systems.py')
-rw-r--r--cobbler/collection_systems.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/collection_systems.py b/cobbler/collection_systems.py
index 2edad6a..d353bbc 100644
--- a/cobbler/collection_systems.py
+++ b/cobbler/collection_systems.py
@@ -9,10 +9,10 @@ Systems are hostnames/MACs/IP names and the associated profile
they belong to.
"""
class Systems(collection.Collection):
-
+
def factory_produce(self,config):
return system.System(config)
-
+
def filename(self):
return "/var/lib/cobbler/systems"