~ubuntu-branches/ubuntu/vivid/python-ghost/vivid-proposed

« back to all changes in this revision

Viewing changes to ghost/ghost.py

  • Committer: Package Import Robot
  • Author(s): W. Martin Borgert
  • Date: 2014-11-10 22:43:10 UTC
  • Revision ID: package-import@ubuntu.com-20141110224310-em6morduqvlohq05
Tags: 0.1b4-1
Initial package for Debian (Closes: #768196).

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
            display=False,
268
268
            viewport_size=(800, 600),
269
269
            ignore_ssl_errors=True,
270
 
            cache_dir=os.path.join(tempfile.gettempdir(), "ghost.py"),
 
270
            cache_dir=tempfile.mkdtemp(),
271
271
            plugins_enabled=False,
272
272
            java_enabled=False,
273
273
            plugin_path=['/usr/lib/mozilla/plugins', ],