Started to flake8 the script

This commit is contained in:
Phyks 2013-07-22 21:01:19 +02:00
parent bde51d5086
commit dfab5b9c9c
2 changed files with 6 additions and 3 deletions

7
TODO
View File

@ -1,5 +1,8 @@
Finish gen.py -> RSS Finish gen.py -> RSS
Recherche ? Search ?
Pages par années / mois
What happen when a file is moved with git ? What happen when a file is moved with git ?
Flake8 the whole thing ! :) Flake8 the whole thing ! :)
Known bugs:
==========
* Articles in page by month and page by year are not sorted by date

View File

@ -9,7 +9,7 @@ import datetime
import subprocess import subprocess
def isset(variable): def isset(variable):
return variable in locals() or variable in globals() return variable in locals() or variable in globals()
def list_directory(path): def list_directory(path):
fichier=[] fichier=[]