From 21e8aa5519490664facd5220c9d4ad392144ed08 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 24 Apr 2014 01:31:31 +0400 Subject: [PATCH] Remove comments. --- system/t06_publish/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system/t06_publish/__init__.py b/system/t06_publish/__init__.py index be8bc683..55e1dd3b 100644 --- a/system/t06_publish/__init__.py +++ b/system/t06_publish/__init__.py @@ -2,9 +2,9 @@ Testing publishing snapshots """ -# from .drop import * -# from .list import * -# from .repo import * -# from .snapshot import * +from .drop import * +from .list import * +from .repo import * +from .snapshot import * from .switch import * -# from .update import * +from .update import *