diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-14 06:50:21 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-14 06:50:21 +0000 |
commit | 8a9347d0e7741b5dc823343ab990f864f25d5b38 (patch) | |
tree | f14f08764388f0fc7ad0e868eed93da51a55cd0a | |
parent | b02a9c36f3666ebc97586e615020e61f0201997b (diff) | |
download | anaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.tar.gz anaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.tar.xz anaconda-8a9347d0e7741b5dc823343ab990f864f25d5b38.zip |
I can't type
-rw-r--r-- | product.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/product.py b/product.py index 9287d03c7..30fea7084 100644 --- a/product.py +++ b/product.py @@ -14,7 +14,7 @@ import os if not os.access("/.buildstamp", os.R_OK): productName = "anaconda" - productVersion = "blueskyb" + productVersion = "bluesky" else: f = open("/.buildstamp", "r") lines = f.readlines() |