Merge "Remove FnBase64 from Resource"

This commit is contained in:
Jenkins 2017-05-17 08:27:35 +00:00 committed by Gerrit Code Review
commit c9e629beb6
1 changed files with 0 additions and 9 deletions

View File

@ -11,7 +11,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import base64
import contextlib
import datetime as dt
import pydoc
@ -2163,14 +2162,6 @@ class Resource(status.ResourceStatus):
if k != self.SHOW)
return attrs
def FnBase64(self, data):
"""For the intrinsic function Fn::Base64.
:param data: the input data.
:returns: the Base64 representation of the input data.
"""
return base64.b64encode(data)
def _signal_check_action(self):
if self.action in self.no_signal_actions:
self._add_event(self.action, self.status,