~ubuntu-branches/ubuntu/wily/prewikka/wily

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-03-18 17:34:33 UTC
  • mfrom: (1.1.11 upstream) (8.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100318173433-2dyo1uo0r570y4i9
Tags: 1.0.0-1
New upstream release 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from Cheetah.CheetahWrapper import CheetahWrapper
37
37
 
38
38
 
39
 
PREWIKKA_VERSION = "0.9.17.1"
 
39
PREWIKKA_VERSION = "1.0.0"
40
40
LIBPRELUDE_REQUIRED_VERSION = "0.9.23"
41
41
LIBPRELUDEDB_REQUIRED_VERSION = "0.9.12"
42
42
 
189
189
        self.install_conf()
190
190
        self.init_siteconfig()
191
191
        install.run(self)
 
192
        self.mkpath((self.root or "") + self.prefix + "/share/prewikka/htdocs/generated_images")
192
193
 
193
194
        for dir in ("/",
194
195
                    "share/prewikka",