1
0
Fork 0

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

Functions cdll, pushdll, and popdll depend on the ll alias.
pull/144/merge
Sorin Ionescu 13 years ago
parent aed0d586cb
commit 8bcece5895

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

Loading…
Cancel
Save