Ignore:
Timestamp:
25-05-07 15:08:06 (6 years ago)
Author:
thomas
Message:
  • moap/test/test_bug_bugzilla.py:
  • moap/test/test_commands_doap.py: Fix for when RDF is not installed.
  • moap/vcs/darcs.py: Fix some pychecker warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/moap/test/test_commands_doap.py

    r239 r249  
    7878    def tearDown(self): 
    7979        os.chdir(self._cwd) 
     80 
     81try: 
     82    import RDF 
     83except ImportError: 
     84    TestDoapMach.skip = "No rdf module, skipping" 
     85    TestDoapUnspecified.skip = "No rdf module, skipping" 
Note: See TracChangeset for help on using the changeset viewer.