Skip to content

Commit

Permalink
changing ISPyStr to PyStr, this is left over from when the files wher…
Browse files Browse the repository at this point in the history
…e in InScopeLib
  • Loading branch information
keegan3d committed Dec 9, 2009
1 parent 44d7d9e commit 1bf4d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ObjcPy/NSString+PyStr.h
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

@interface NSString(ISPyStr)
@interface NSString(PyStr)

//TODO: count(should this be implemented, count is used for arrays and length for strings in objc)
//TODO: decode
Expand Down
2 changes: 1 addition & 1 deletion ObjcPy/NSString+PyStr.m
Expand Up @@ -8,7 +8,7 @@

#import "NSString+PyStr.h"

@implementation NSString(ISPyStr)
@implementation NSString(PyStr)

BOOL blankString(NSString *string){
return ([string length] == 0);
Expand Down

0 comments on commit 1bf4d28

Please sign in to comment.