Get rid of a now-unused variable

This commit is contained in:
Alexander van Gessel 2012-09-24 15:18:37 +01:00
parent 2c6a43308f
commit 99d5f03e1e

View File

@ -256,7 +256,6 @@ if __name__ == "__main__":
github = libgithub.GitHub(wescamp_dir, git_version, userpass=git_userpass)
is_new_addon = False
has_updated = False
# If the checkout doesn't exist we need to create it.
@ -268,8 +267,6 @@ if __name__ == "__main__":
if not github.addon_exists(addon):
github.create_addon(addon)
is_new_addon = True
# Update the directory
addon_obj = github.addon(addon)
addon_obj.update()