summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-01 17:05:56 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-01 17:05:56 +0100
commit474a7da64cf64b4c3986d7746323b53269b78cef (patch)
tree54616b73dbeae59ee3ccfcfd9a1cd10a77589893
parent6b7c5b22307f2be38477ac6e4a884d0c1e6f670d (diff)
downloadmorph-474a7da64cf64b4c3986d7746323b53269b78cef.tar.gz
fixup! import: Move more stuff to base class.
-rwxr-xr-ximport/rubygems.to_chunk4
1 files changed, 1 insertions, 3 deletions
diff --git a/import/rubygems.to_chunk b/import/rubygems.to_chunk
index 5b2fb1b4..b8561bcf 100755
--- a/import/rubygems.to_chunk
+++ b/import/rubygems.to_chunk
@@ -35,9 +35,7 @@ def spec_is_from_current_source_tree(spec)
spec.source.path.fnmatch?('.')
end
-class RubyGemChunkMorphologyGenerator
- include Importer::Base
-
+class RubyGemChunkMorphologyGenerator < Importer::Base
def initialize
local_data = YAML.load_file("rubygems.yaml")
@build_dependency_whitelist = local_data['build-dependency-whitelist']