~jaap.karssenberg/zim/pyzim-gtk3

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Jaap Karssenberg
  • Date: 2014-01-31 11:06:27 UTC
  • mto: (668.1.49 pyzim-refactor)
  • mto: This revision was merged to the branch mainline in revision 676.
  • Revision ID: jaap.karssenberg@gmail.com-20140131110627-t7wyjr801qk6lkqa
Fixed issue with autosaving pages and autosaving versions
Removed zim.async and make it more explicit depent on threading

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
# This list also determines the order in which tests will executed
45
45
__all__ = [
46
46
        'package', 'translations',
47
 
        'datetimetz', 'utils', 'errors', 'signals', 'async',
 
47
        'datetimetz', 'utils', 'errors', 'signals',
48
48
        'environ', 'fs',
49
49
        'config', 'applications',
50
50
        'parsing', 'formats', 'templates', 'objectmanager',