lib/spandx/python/pypi.rb in spandx-0.13.1 vs lib/spandx/python/pypi.rb in spandx-0.13.2
- old
+ new
@@ -94,9 +94,7 @@
def html_from(source, path)
url = URI.join(source.uri.to_s, path).to_s
Nokogiri::HTML(http.get(url).body)
end
end
-
- PyPI = Pypi
end
end