Removed unused const NONE

This commit is contained in:
Constantin Shalnev 2015-08-11 13:22:09 +03:00 committed by Alex Zolotarev
parent 16b34b7b1a
commit 1b27253169

View file

@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with kothic. If not, see <http://www.gnu.org/licenses/>.
NONE = ""
class Eval():
def __init__(self, s='eval()'):