Skip to content

Commit

Permalink
Two bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalram committed Apr 7, 2016
1 parent 3da8a00 commit 0d5a385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site-packages/integralstor_common/manifest_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import json, os, shutil, datetime, sys, re, netifaces, socket
import pprint
import integralstor_common
from integralstor_common import common, networking, command, hardware_utils, disks, zfs
from integralstor_common import common, networking, command, disks, zfs

def disk_info_and_status():

all_disks = None
try:
out, err = hardware_utils.rescan_drives()
out, err = disks.rescan_drives()
if err:
raise Exception(err)

Expand Down
1 change: 0 additions & 1 deletion site-packages/integralstor_common/zfs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test
import re, types, os, stat
import pprint

Expand Down

0 comments on commit 0d5a385

Please sign in to comment.