/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to test/test.py

  • Committer: gak
  • Date: 2008-08-25 04:10:09 UTC
  • Revision ID: git-v1:41bd50a5db21829c6dea25c905907a9590c7eaf9
 - woops

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        self.temp_image = 'temp.png'
25
25
 
26
26
    def tearDown(self):
27
 
        if os.exists(self.temp_image):
 
27
        if os.path.exists(self.temp_image):
28
28
            os.unlink(self.temp_image)
29
29
 
30
30
    def raise_warnings(self, rw):