Revision 473d87a3 lib/objects.py

b/lib/objects.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
45 45
from ganeti import errors
46 46
from ganeti import constants
47 47
from ganeti import netutils
48
from ganeti import objectutils
48
from ganeti import outils
49 49
from ganeti import utils
50 50

  
51 51
from socket import AF_INET
......
193 193
    ])
194 194

  
195 195

  
196
class ConfigObject(objectutils.ValidatedSlots):
196
class ConfigObject(outils.ValidatedSlots):
197 197
  """A generic config object.
198 198

  
199 199
  It has the following properties:

Also available in: Unified diff