From f0dc5c361440dac473a51cc2dc528fdc1cdf2552 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Tue, 13 Dec 2016 15:22:09 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding trivialfix Change-Id: Ia9b35ab6c39cc35c0c3e2b0ebb95930314df43b6 --- openstack_dashboard/management/commands/make_web_conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack_dashboard/management/commands/make_web_conf.py b/openstack_dashboard/management/commands/make_web_conf.py index 57478bca7..ce6bd0ea3 100644 --- a/openstack_dashboard/management/commands/make_web_conf.py +++ b/openstack_dashboard/management/commands/make_web_conf.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at