updating scripts to use python3.4 specifically
This commit is contained in:
parent
54c9745866
commit
041b490e7f
4 changed files with 11 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python3.4
|
||||
|
||||
import os, re
|
||||
from flask.ext.mongoengine import MongoEngine
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python3.4
|
||||
|
||||
import os, re
|
||||
from flask.ext.mongoengine import MongoEngine
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python3.4
|
||||
|
||||
import os, re
|
||||
from flask.ext.mongoengine import MongoEngine
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in a new issue