diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2014-02-24 18:34:00 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2014-02-24 18:34:00 -0500 |
| commit | c40ad3ecef221e3f3d6a8633687c896603d493a0 (patch) | |
| tree | 69d08545d53cf6e154bf201fc66d50c044d187ad | |
| parent | d56a449c4f745ba661bc952aa36746a1ef06e7d4 (diff) | |
| download | ocr-layer-curation-c40ad3ecef221e3f3d6a8633687c896603d493a0.tar.gz | |
remove stray code
| -rw-r--r-- | wikisource.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/wikisource.py b/wikisource.py index f0d230f..070c84a 100644 --- a/wikisource.py +++ b/wikisource.py @@ -28,8 +28,3 @@ if __name__ == "__main__": title = sys.argv[1] for page in get_pages(title): print page - - -def f(i): - if i <=10: - return i**2 |
