diff options
author | David Seikel | 2011-02-09 01:57:04 +1000 |
---|---|---|
committer | David Seikel | 2011-02-09 01:57:04 +1000 |
commit | 6a87cef1d449e8cdf8ebac53994a9a032792cf92 (patch) | |
tree | c6f129866713b590e2a02e2199f5b6fd8595438e /linden/indra/lib | |
parent | Merge branch 'branding' of github.com:onefang/meta-impy into branding (diff) | |
download | meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.zip meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.gz meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.bz2 meta-impy-6a87cef1d449e8cdf8ebac53994a9a032792cf92.tar.xz |
Change imprudence -> meta-impy, though not the URLs. Probably some will need to be reverted later.
Changed file names to.
Diffstat (limited to 'linden/indra/lib')
-rw-r--r-- | linden/indra/lib/python/indra/util/llmanifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index fc777b2..f82394d 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -99,7 +99,7 @@ def get_channel(srctree): | |||
99 | 99 | ||
100 | 100 | ||
101 | DEFAULT_SRCTREE = os.path.dirname(sys.argv[0]) | 101 | DEFAULT_SRCTREE = os.path.dirname(sys.argv[0]) |
102 | DEFAULT_CHANNEL = 'Imprudence' | 102 | DEFAULT_CHANNEL = 'meta-impy' |
103 | 103 | ||
104 | ARGUMENTS=[ | 104 | ARGUMENTS=[ |
105 | dict(name='actions', | 105 | dict(name='actions', |
@@ -163,7 +163,7 @@ ARGUMENTS=[ | |||
163 | for use by a .bat file.""", | 163 | for use by a .bat file.""", |
164 | default=None), | 164 | default=None), |
165 | dict(name='version', | 165 | dict(name='version', |
166 | description="""This specifies the version of Imprudence that is | 166 | description="""This specifies the version of meta-impy that is |
167 | being packaged up.""", | 167 | being packaged up.""", |
168 | default=get_default_version) | 168 | default=get_default_version) |
169 | ] | 169 | ] |