Skip to content

Commit

Permalink
serpent as luarocks module
Browse files Browse the repository at this point in the history
  • Loading branch information
yagop committed Jun 8, 2015
1 parent 6d17c95 commit 06873f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 130 deletions.
5 changes: 3 additions & 2 deletions bot/utils.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
URL = require "socket.url"
http = require "socket.http"
https = require "ssl.https"
ltn12 = require "ltn12"
URL = require "socket.url"
serpent = require "serpent"
feedparser = require "feedparser"

json = (loadfile "./libs/JSON.lua")()
serpent = (loadfile "./libs/serpent.lua")()
mimetype = (loadfile "./libs/mimetype.lua")()
redis = (loadfile "./libs/redis.lua")()

Expand Down
128 changes: 0 additions & 128 deletions libs/serpent.lua

This file was deleted.

0 comments on commit 06873f4

Please sign in to comment.