moved nonproj.py to syntax/nonproj.pyx

This commit is contained in:
Wolfgang Seeker 2016-02-25 15:08:49 +01:00
parent 4b2297d5d4
commit 56b7210e82
2 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ from cpython.exc cimport PyErr_CheckSignals
from libc.stdint cimport uint32_t, uint64_t
from libc.string cimport memset, memcpy
from libc.stdlib cimport malloc, calloc, free
import random
import os.path
from os import path
import shutil