Fix widgets selection order
[ipypbx] / src / ipypbx / models.py
index 0db15cc..68f9a5b 100644 (file)
 # along with IPyPBX.  If not, see <http://www.gnu.org/licenses/>.
 
 
+# THIS FILE WILL BE DELETED SOON
+
 from axiom.item import Item
-from axiom.attribute import boolean, integer, reference, text
+from axiom.attributes import boolean, integer, reference, text
 
 
 class Connection(Item):