remove old VM namedtuple

master
Justin Riley 2016-07-14 16:03:50 -04:00
parent 58f4738e4b
commit 5cc9f7f9a5
1 changed files with 0 additions and 6 deletions

View File

@ -1,15 +1,9 @@
import re
import subprocess
from collections import namedtuple
import oca
RE_VALIDNAME = re.compile('[^\w\d.-]')
VM = namedtuple('VM', 'id, name, running, addr')
class OneClient(object):
"""
OpenNebula Python client