summaryrefslogtreecommitdiff
path: root/nics/atwood.py
diff options
context:
space:
mode:
Diffstat (limited to 'nics/atwood.py')
-rw-r--r--nics/atwood.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nics/atwood.py b/nics/atwood.py
index 8677861..e2fe458 100644
--- a/nics/atwood.py
+++ b/nics/atwood.py
@@ -82,8 +82,8 @@ class Atwood(NetDevice):
Class for RedRockCanyou, inherit from NetDevice class
"""
- def __init__(self, host, bus_id, devfun_id):
- super(Atwood, self).__init__(host, bus_id, devfun_id)
+ def __init__(self, host, domain_id, bus_id, devfun_id):
+ super(Atwood, self).__init__(host, domain_id, bus_id, devfun_id)
self.tp_path = "~"
self.host = host