Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Ordered imports (Refs #434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Feb 13, 2015
1 parent b6dce1d commit 8096340
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/machinery/xenserver.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Copyright (C) 2010-2014 Cuckoo Foundation.
# Copyright (C) 2010-2015 Cuckoo Foundation.
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.

"""
XenServer machinery.
"""

import threading
import logging

from lib.cuckoo.common.abstracts import Machinery
from lib.cuckoo.common.exceptions import CuckooMachineError
from lib.cuckoo.common.exceptions import CuckooDependencyError
import threading

try:
import XenAPI
Expand Down

0 comments on commit 8096340

Please sign in to comment.