summaryrefslogtreecommitdiffstats
path: root/cobbler/profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/profile.py')
-rw-r--r--cobbler/profile.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cobbler/profile.py b/cobbler/profile.py
index 19db0e8..09c91bf 100644
--- a/cobbler/profile.py
+++ b/cobbler/profile.py
@@ -1,7 +1,6 @@
class Profile(Item):
- def __init__(self,api,seed_data):
- self.api = api
+ def __init__(self,seed_data):
self.name = None
self.distro = None # a name, not a reference
self.kickstart = None