[#145] Load the alias module in the utility module

Functions cdll, pushdll, and popdll depend on the ll alias.
This commit is contained in:
Sorin Ionescu 2012-04-14 20:22:59 -04:00
parent aed0d586cb
commit 8bcece5895

View File

@ -7,6 +7,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
omodload 'alias'
# Serves a directory via HTTP.
alias http-serve='python -m SimpleHTTPServer'