Skip to content

Commit

Permalink
Update and rename mineReadmeSizes.py to data_collection/mineReadmeSiz…
Browse files Browse the repository at this point in the history
…es.py
  • Loading branch information
sophieball authored Aug 20, 2019
1 parent 76c779b commit 5aae47d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mineReadmeSizes.py → data_collection/mineReadmeSizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
from unicodeManager import UnicodeReader, UnicodeWriter
import hashlib

# from sqlalchemy import create_engine
# from sqlalchemy.orm import sessionmaker
from unidecode import unidecode
#from travisDB import cleanStart, Base, initDB, repo_decoder
#from travisDB import TravisRepo, TravisCommit, TravisJob, TravisBuild, GhIssue
from dateutil import parser

readme_cap = ["README", "Readme", "ReadMe", "readme"]
Expand All @@ -33,8 +29,6 @@
for ext in readme_ext:
readme_all.append(name+ext)

# token = tokens[0]

tokens = Tokens()
tokens_iter = tokens.iterator()

Expand Down

0 comments on commit 5aae47d

Please sign in to comment.