Projet

Général

Profil

0001-mdph13-remove-unused-import-31562.patch

Benjamin Dauvergne, 19 mars 2019 18:16

Télécharger (744 octets)

Voir les différences:

Subject: [PATCH 1/2] mdph13: remove unused import (#31562)

 passerelle/contrib/mdph13/models.py | 1 -
 1 file changed, 1 deletion(-)
passerelle/contrib/mdph13/models.py
15 15
# You should have received a copy of the GNU Affero General Public License
16 16
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17

  
18
import sys
19 18
import base64
20 19
import urlparse
21 20
import datetime
22
-