mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Fix missing import
This commit is contained in:
parent
8df39bbcef
commit
db23f6a723
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import gtk
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
import os.path
|
import os.path
|
||||||
import gobject
|
import gobject
|
||||||
|
import base64
|
||||||
|
|
||||||
from deluge.ui.client import client
|
from deluge.ui.client import client
|
||||||
import deluge.ui.gtkui.listview as listview
|
import deluge.ui.gtkui.listview as listview
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue