~ubuntu-branches/ubuntu/oneiric/pithos/oneiric

« back to all changes in this revision

Viewing changes to pithos/pithosconfig.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-10-31 11:38:06 UTC
  • mto: (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20101031113806-h12yxeb5jvkyfpar
Tags: upstream-0.3.5
ImportĀ upstreamĀ versionĀ 0.3.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
__pithos_data_directory__ = '../data/'
20
20
__license__ = 'GPL-3'
21
21
 
22
 
VERSION = '0.3.1'
 
22
VERSION = '0.3.5'
23
23
 
24
24
 
25
25
import os