updating scripts to use python3.4 specifically

This commit is contained in:
Andrew Davidson 2014-12-28 08:20:38 -08:00
parent 54c9745866
commit 041b490e7f
4 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.4
import os, re
from flask.ext.mongoengine import MongoEngine

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.4
import os, re
from flask.ext.mongoengine import MongoEngine

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.4
import os, re
from flask.ext.mongoengine import MongoEngine

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python3.4
import os, re
from flask.ext.mongoengine import MongoEngine
@ -46,4 +46,3 @@ for i in soup(["bookmark"]):
print(b.title)
print(b.url)