14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
18
from bzrlib.tests import TestCaseInTempDir
18
20
from bzrlib.plugins.gtk.history import UrlHistory
22
23
class TestsUrlHistory(TestCaseInTempDir):
24
26
super(TestsUrlHistory, self).setUp()
25
27
self.config = config.GlobalConfig()