~huxuan/gtg/port-to-gtk3-py3

« back to all changes in this revision

Viewing changes to GTG/tests/test_backends.py

  • Committer: huxuan
  • Date: 2013-09-02 12:51:35 UTC
  • Revision ID: i@huxuan.org-20130902125135-g3ffd5pfj9qfsdvq
resolve bugs related xdg

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# Standard imports
27
27
import unittest
28
28
import os
29
 
from . import xdg
 
29
import xdg
30
30
 
31
31
# GTG imports
32
32
from GTG.backends import backend_localfile as localfile