From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Wed, 18 Jun 2014 18:25:24 +0000 (+0200)
Subject: Get rid of weird comment
X-Git-Tag: 1.0~245
X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/commitdiff_plain/b8db6f46d0b4d551cf1f42bff160493de84168be

Get rid of weird comment
---

diff --git a/pypol/isl.py b/pypol/isl.py
index ddf7ea0..dcd2496 100644
--- a/pypol/isl.py
+++ b/pypol/isl.py
@@ -1,8 +1,3 @@
-"""
-note: for islpy
-isl format: basic set: ("{[x, y] : x >= 0 and x < 5 and y >= 0 and y < x+4 }")
-"""
-
 import ctypes, ctypes.util
 import functools
 import math