disks: add missing import json

This commit is contained in:
Johannes Keyser 2017-05-06 17:55:30 +01:00 committed by James Valleroy
parent 45c194268f
commit 2b0cf1b987
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -22,6 +22,7 @@ Plinth module to manage disks.
from django.utils.translation import ugettext_lazy as _
import logging
import subprocess
import json
from plinth import actions
from plinth.menu import main_menu