Entropy/ServerInterface:

- fix indentation into migrate_repository_databases_to_new_branched_path()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2512 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-10-10 11:27:29 +00:00
parent f33367879d
commit 6a55a86f56
+4 -4
View File
@@ -14949,10 +14949,10 @@ class ServerInterface(TextInterface):
repo_filename = os.path.basename(repo_file)
shutil.move(repo_file,os.path.join(my_branched_dir,repo_filename))
f = open(migrated_filepath,"w")
f.write("done\n")
f.flush()
f.close()
f = open(migrated_filepath,"w")
f.write("done\n")
f.flush()
f.close()
def add_client_database_to_repositories(self):
etpConst['server_repositories'][etpConst['clientserverrepoid']] = {}