Skip to content

Commit

Permalink
Remove extra protos subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctem committed May 19, 2017
1 parent cdf8369 commit 8578633
Show file tree
Hide file tree
Showing 320 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions aiopogo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
if int(protobuf_version[:1]) < 3:
raise PleaseInstallProtobufVersion3('Protobuf 3 needed, you have {}'.format(protobuf_version))

from os import path
import sys
sys.path.append(path.dirname(path.realpath(__file__)))

from functools import partial as _partial

try:
Expand Down
2 changes: 1 addition & 1 deletion aiopogo/pgoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(*args, **kwargs):
from .auth_google import AuthGoogle
from .hash_server import HashServer
from .exceptions import AuthTokenExpiredException, InvalidCredentialsException, NoPlayerPositionSetException, ServerApiEndpointRedirectException
from .protos.pogoprotos.networking.requests.request_type_pb2 import RequestType
from .pogoprotos.networking.requests.request_type_pb2 import RequestType


class PGoApi:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8578633

Please sign in to comment.