Skip to content

Commit

Permalink
change Python 3 to 2 code
Browse files Browse the repository at this point in the history
  • Loading branch information
MakChan committed Sep 29, 2017
1 parent c0f5f11 commit 55d43e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog.py
Expand Up @@ -2,7 +2,7 @@
from flask_sqlalchemy import SQLAlchemy
from datetime import datetime
import random, re, hashlib, os
from string import ascii_letters
from string import letters

app = Flask(__name__)
app.debug = True
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
@@ -1 +1 @@
python-3.5.2
python-2.7

0 comments on commit 55d43e9

Please sign in to comment.