~soter-developers/soter/trunk

« back to all changes in this revision

Viewing changes to soter/backup/api.py

  • Committer: Damien Churchill
  • Date: 2008-06-20 14:39:53 UTC
  • Revision ID: damoxc@gmail.com-20080620143953-cxkvv86xn97svf46
convert files to using spaces over tabs to adhere to:
 http://www.python.org/dev/peps/pep-0008/
added backup/api.py, backup/rsync_backup.py and backup/common.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# soter - python backup and deployment solution
 
2
# Copyright (C) 2008 Damien Churchill
 
3
#
 
4
# This program is free software: you can restribute it and/or modify
 
5
# it under the terms of the GNU General Public License as published by
 
6
# the Free Software Foundation, either version 3 of the License, or
 
7
# (at your option) any later version.
 
8
#
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
12
# GNU General Public License for more details.
 
13
#
 
14
# You should have received a copy of the GNU General Public License
 
15
# along with this program. If not, see <http://www.gnu.org/license/>.
 
16
 
 
17
from common import get_method
 
 
b'\\ No newline at end of file'