1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove external macaddress package dependency

This commit is contained in:
Nick Peelman
2016-07-05 10:41:38 -04:00
parent 9da4c28cd5
commit a6d41c95b8
5 changed files with 74 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ from extras.rpc import RPC_CLIENTS
from utilities.fields import NullableCharField
from utilities.models import CreatedUpdatedModel
from macaddress.fields import MACAddressField
from .fields import MACAddressField
RACK_FACE_FRONT = 0
RACK_FACE_REAR = 1