Skip to content
Extraits de code Groupes Projets
Valider fb5b53a3 rédigé par luxcem's avatar luxcem
Parcourir les fichiers

fixes licence / encoding

parent 02437f32
Branches
Étiquettes
Aucune requête de fusion associée trouvée
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
from django.contrib import admin
from .models import Representative, Country, Mandate, Group, Constituency, Email, WebSite, Phone, Address
......
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
import sys
from django.db import transaction
......
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
import json
from django.core.management.base import BaseCommand
from representatives.utils import export_all_representatives
......
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
import json
from urllib2 import urlopen
......
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
import sys
import json
......
# This file is part of django-representatives.
# coding: utf-8
# This file is part of compotista.
#
# django-representatives is free software: you can redistribute it and/or modify
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of
# the License, or any later version.
#
# django-representatives is distributed in the hope that it will
# compotista is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU Affero General Public License for more details.
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
from django.db import models
......
# This file is part of django-representives.
# coding: utf-8
# This file is part of compotista.
#
# compotista is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
......@@ -17,8 +19,6 @@
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
# coding: utf-8
import sys
from django.db import transaction
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter