mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix #1067 import os
This commit is contained in:
parent
0a84bc73c5
commit
dd67a935cb
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
"""Common functions for various parts of gtkui to use."""
|
||||
|
||||
import os
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import gtk, gtk.glade
|
||||
|
|
Loading…
Add table
Reference in a new issue