/// <summary>
 /// All classes in a file take the namespace of the filename.
 /// </summary>
 public PythonAstWalker(IProjectContent projectContent, string fileName)
 {
     compilationUnit = new PythonCompilationUnit(projectContent, fileName);
 }
		/// <summary>
		/// All classes in a file take the namespace of the filename. 
		/// </summary>
		public PythonAstWalker(IProjectContent projectContent, string fileName)
		{
			compilationUnit = new PythonCompilationUnit(projectContent, fileName);
		}