Skip to content

Commit

Permalink
remove python3
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 9, 2020
1 parent f1ee6fa commit fd8bbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ablog/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def w(t, ls=80):

__all__ = ["generate", "ask_user", "ablog_start"]

ABLOG_CONF = "#!/usr/bin/env python3\n"
ABLOG_CONF += """# -*- coding: utf-8 -*-
ABLOG_CONF = "#!/usr/bin/env python\n"
ABLOG_CONF += """
# %(project)s build configuration file, created by
# `ablog start` on %(now)s.
Expand Down

0 comments on commit fd8bbd9

Please sign in to comment.