From e77e2fe409ca08550cca9723a18f3f3fd64edecd Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Mon, 29 Apr 2013 08:53:38 -0700 Subject: [PATCH] Fixing indentation in fabfile.py. --- IPython/frontend/html/notebook/fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/fabfile.py b/IPython/frontend/html/notebook/fabfile.py index 3285ac856..5be923bc1 100644 --- a/IPython/frontend/html/notebook/fabfile.py +++ b/IPython/frontend/html/notebook/fabfile.py @@ -9,7 +9,7 @@ components_dir = os.path.join(static_dir,'components') def components(): - """install components with bower""" + """install components with bower""" with lcd(static_dir): local('bower install')