Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
fix resource path for tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
careyrp committed Jan 6, 2014
1 parent 079d9c1 commit acc6be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxskytap/tunnels.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Tunnel(RestObject):
together. Note: the networks must use non-overlaping subnets.
"""
def __init__(self, connect, uid, initial_data):
RestObject.__init__(self, connect, "/tunnels/%s" % (uid),
RestObject.__init__(self, connect, "tunnels/%s" % (uid),
initial_data)

uid = RestAttribute("id", readonly=True)
Expand Down

0 comments on commit acc6be6

Please sign in to comment.