Skip to content

Commit

Permalink
Pep8 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Jul 14, 2016
1 parent 663719b commit cfe1254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alignak_app/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
# You should have received a copy of the GNU Affero General Public License
# along with (AlignakApp). If not, see <http://www.gnu.org/licenses/>.

import os, sys
import os
import sys

from alignak_app.application import AlignakApp as App


def launch():
"""
Launch Alignak-App.
Expand Down

0 comments on commit cfe1254

Please sign in to comment.