From 24a3ed5dcd2264a64e234ea7bd526049fafe7616 Mon Sep 17 00:00:00 2001 From: David Medina Date: Sat, 12 May 2012 19:04:23 +0200 Subject: Some fixes/typos and 'validate_body' related --- pygithub3/resources/pull_requests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pygithub3/resources') diff --git a/pygithub3/resources/pull_requests.py b/pygithub3/resources/pull_requests.py index 1fe2623..a28e0fe 100644 --- a/pygithub3/resources/pull_requests.py +++ b/pygithub3/resources/pull_requests.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from .base import Resource -- cgit v1.2.3-59-g8ed1b