fix typo
This commit is contained in:
		
							parent
							
								
									f369e1d8ad
								
							
						
					
					
						commit
						18896aa6da
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -8,7 +8,7 @@ import symposion | ||||||
| def read_file(filename): | def read_file(filename): | ||||||
|     """Read a file into a string.""" |     """Read a file into a string.""" | ||||||
|     path = os.path.abspath(os.path.dirname(__file__)) |     path = os.path.abspath(os.path.dirname(__file__)) | ||||||
|     filepath = os.path.ojoin(path, filename) |     filepath = os.path.join(path, filename) | ||||||
|     try: |     try: | ||||||
|         return open(filepath).read() |         return open(filepath).read() | ||||||
|     except IOError: |     except IOError: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 David Ray
						David Ray