Merge branch 'master' of stigma.nowoczesnapolska.org.pl:platforma
authorzuber <marek@stepniowski.com>
Sat, 10 Oct 2009 23:10:20 +0000 (01:10 +0200)
committerzuber <marek@stepniowski.com>
Sat, 10 Oct 2009 23:10:20 +0000 (01:10 +0200)
Conflicts:
fabfile.py

1  2 
fabfile.py

diff --cc fabfile.py
@@@ -1,7 -1,9 +1,9 @@@
- from fabric.api import run, local, settings, abort, env, cd, require, abort
+ from __future__ import with_statement
++from fabric.api import *
 -from fabric.api import run, env, cd
  
  def staging():
 -    '''Add staging server to hosts'''
 +    '''Use staging server'''
      env.hosts = ['platforma@stigma.nowoczesnapolska.org.pl:2222']
      env.project_dir = '/home/platforma/platforma'