2009-11-22 07:07:58 +00:00
|
|
|
# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
|
|
|
|
# See the COPYRIGHT file for more information
|
|
|
|
|
|
|
|
__all__ = [
|
|
|
|
'base',
|
|
|
|
'ls',
|
|
|
|
'ping',
|
|
|
|
'ssh',
|
|
|
|
'tar',
|
|
|
|
'wget',
|
2010-02-23 05:43:39 +00:00
|
|
|
'apt',
|
2009-11-22 07:07:58 +00:00
|
|
|
'dice',
|
|
|
|
]
|