mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-05 20:09:38 +00:00
Clean header
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
import libvirt
|
||||
import threading
|
||||
import socket
|
||||
|
||||
from vrtManager import util
|
||||
|
||||
from libvirt import libvirtError
|
||||
|
||||
from rwlock import ReadWriteLock
|
||||
from django.conf import settings
|
||||
from libvirt import libvirtError
|
||||
|
||||
|
||||
CONN_SOCKET = 4
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
import string
|
||||
from vrtManager import util
|
||||
from vrtManager.connection import wvmConnect
|
||||
|
||||
from webvirtmgr.settings import QEMU_CONSOLE_DEFAULT_TYPE
|
||||
from webvirtcloud.settings import QEMU_CONSOLE_DEFAULT_TYPE
|
||||
|
||||
|
||||
def get_rbd_storage_data(stg):
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
import time
|
||||
from vrtManager.connection import wvmConnect
|
||||
from vrtManager.util import get_xml_path
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
import time
|
||||
import os.path
|
||||
try:
|
||||
@@ -11,8 +8,7 @@ from vrtManager import util
|
||||
from xml.etree import ElementTree
|
||||
from datetime import datetime
|
||||
from vrtManager.connection import wvmConnect
|
||||
|
||||
from webvirtmgr.settings import QEMU_CONSOLE_TYPES
|
||||
from webvirtcloud.settings import QEMU_CONSOLE_TYPES
|
||||
|
||||
|
||||
class wvmInstances(wvmConnect):
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
from vrtManager import util
|
||||
from vrtManager.IPy import IP
|
||||
from vrtManager.connection import wvmConnect
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
from vrtManager import util
|
||||
from vrtManager.connection import wvmConnect
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Copyright (C) 2013 Webvirtmgr.
|
||||
#
|
||||
import re
|
||||
import random
|
||||
import libxml2
|
||||
|
||||
Reference in New Issue
Block a user