language/python: fix bogus require

Including the extension is not an error, but we don't normally do this.
This commit is contained in:
Martin Afanasjew 2016-07-09 11:58:43 +02:00
parent 2c792076dc
commit 4f2e31b3e3

View File

@ -1,4 +1,4 @@
require "utils.rb" require "utils"
module Language module Language
module Python module Python