diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 20:36:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 20:36:29 +0100 |
| commit | 7ec8f81dfe388e4bca547315e93bdb4045f90e8d (patch) | |
| tree | b2f76f9c46830ef0278e0f18af0b26f92b47fa55 | |
| parent | 0b40592a5f2e751a3aa0e3c827e2d2f5fe62bfaa (diff) | |
cdist testing.
| -rw-r--r-- | cdist.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cdist.py b/cdist.py new file mode 100644 index 000000000..58f1729de --- /dev/null +++ b/cdist.py @@ -0,0 +1,3 @@ +def builds(): + return ['source'] + |
