Removed an unused import from the extensions module.

This commit is contained in:
Adam Waldenberg 2012-05-16 05:11:04 +02:00
parent ffbf4c3e90
commit d4c108d923
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
import changes
import terminal
__default_extensions__ = ["java", "c", "cpp", "h", "hpp", "py", "glsl", "rb", "js", "sql"]