~ubuntu-branches/debian/stretch/s3ql/stretch

« back to all changes in this revision

Viewing changes to src/s3ql/cli/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Nikolaus Rath
  • Date: 2011-07-01 14:02:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110701140217-cyyclk7tusagxucf
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'''
 
2
__init__.py - this file is part of S3QL (http://s3ql.googlecode.com)
 
3
 
 
4
Copyright (C) 2008-2009 Nikolaus Rath <Nikolaus@rath.org>
 
5
 
 
6
This program can be distributed under the terms of the GNU LGPL.
 
7
'''
 
8
 
 
9
from __future__ import division, print_function, absolute_import
 
10
 
 
11
__all__ = ['adm', 'cp', 'ctrl', 'fsck', 'lock', 'mkfs',
 
12
           'mount', 'remove', 'statfs', 'umount' ]